Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ bar
Method
bar
integration/auto-mock/src/bar.service.ts:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
constructor(private readonly foo: FooService) {}
7
8
bar() {
9
this.foo.foo();
10
}
11
}
Callers
1
bar.service.spec.ts
File · 0.80
Calls
1
foo
Method · 0.80
Tested by
no test coverage detected