svf-lib 1.0.1297 → 1.0.1298

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -199,6 +199,9 @@ public:
199
199
  }
200
200
  //}@
201
201
 
202
+ /// connect PAG edges based on callgraph
203
+ void updateCallGraph(PTACallGraph* callgraph);
204
+
202
205
  protected:
203
206
  /// Handle globals including (global variable and functions)
204
207
  //@{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1297",
3
+ "version": "1.0.1298",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {