Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agenticsorg/lean-agentic
/ constructor
Method
constructor
npm/lean-agentic/src/node.js:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
*/
14
class
LeanDemo {
15
constructor() {
16
this._inner =
new
wasm.LeanDemo();
17
}
18
19
createIdentity() {
20
this._inner.createIdentityFunction();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected