Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/loopbackio/loopback-next
/ setup
Method
setup
benchmark/src/benchmark.ts:17–17 ·
view source on GitHub ↗
(client: Client)
Source
from the content-addressed store, hash-verified
15
16
export
interface
Scenario {
17
setup(client: Client): Promise<void>;
18
execute(autocannon: Autocannon): Promise<EndpointStats>;
19
}
20
Callers
2
runScenario
Method · 0.65
intercept
Method · 0.65
Implementers
2
FindTodos
benchmark/src/scenarios/find-todos.sce
CreateTodo
benchmark/src/scenarios/create-todo.sc
Calls
no outgoing calls
Tested by
no test coverage detected