Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/NemoClaw
/ get
Function
get
test/cli-oclif-compatibility.test.ts:59–62 ·
view source on GitHub ↗
(target, prop)
Source
from the content-addressed store, hash-verified
57
},
58
{
59
get(target, prop) {
60
if
(prop in target)
return
target[prop as keyof typeof target];
61
return
vi.fn();
62
},
63
},
64
),
65
} as any;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected