Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/anus-dev/ANUS
/ createInvocation
Method
createInvocation
packages/core/src/tools/ls.ts:340–344 ·
view source on GitHub ↗
( params: LSToolParams, )
Source
from the content-addressed store, hash-verified
338
}
339
340
protected createInvocation(
341
params: LSToolParams,
342
): ToolInvocation<LSToolParams, ToolResult> {
343
return
new
LSToolInvocation(this.config, params);
344
}
345
}
Callers
1
build
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected