MCPcopy Create free account
hub / github.com/agenticsorg/lean-agentic / createApplication

Method createApplication

npm/lean-agentic/src/node.js:28–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 createApplication() {
29 this._inner.createVariable(0);
30 this._inner.createVariable(1);
31 return JSON.stringify({
32 term: "Application",
33 description: "(var0 var1)",
34 note: "Zero-copy arena allocation"
35 });
36 }
37
38 demonstrateHashConsing() {
39 const result = this._inner.demonstrateHashConsing();

Callers

nothing calls this directly

Calls 1

createVariableMethod · 0.45

Tested by

no test coverage detected