MCPcopy Index your code
hub / github.com/callstack/agent-device / setRuntimeHints

Method setRuntimeHints

src/daemon/session-store.ts:45–47  ·  view source on GitHub ↗
(name: string, hints: SessionRuntimeHints)

Source from the content-addressed store, hash-verified

43 }
44
45 setRuntimeHints(name: string, hints: SessionRuntimeHints): void {
46 this.runtimeHints.set(name, hints);
47 }
48
49 clearRuntimeHints(name: string): boolean {
50 return this.runtimeHints.delete(name);

Callers 4

setRuntimeCommandFunction · 0.80
session.test.tsFile · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected