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

Function quickStart

npm/lean-agentic/src/index.js:65–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 * @returns {Promise<string>}
64 */
65export async function quickStart() {
66 await init();
67 const demo = createDemo();
68 return demo.createIdentity();
69}
70
71// Re-export WASM types
72export { wasm };

Callers

nothing calls this directly

Calls 3

initFunction · 0.70
createDemoFunction · 0.70
createIdentityMethod · 0.45

Tested by

no test coverage detected