MCPcopy Create free account
hub / github.com/apache/maka / resourceKey

Function resourceKey

packages/runtime-host/src/server/runtime-resource-coordinator.ts:703–705  ·  view source on GitHub ↗
(sessionId: string, ref: string)

Source from the content-addressed store, hash-verified

701}
702
703function resourceKey(sessionId: string, ref: string): string {
704 return `${sessionId}\0${ref}`;
705}
706
707function controllerIdentity(connectionId: string, controllerId: string): string {
708 return `${connectionId}\0${controllerId}`;

Callers 9

stopBackgroundTaskMethod · 0.85
writeStdinMethod · 0.85
observeShellRunUpdateMethod · 0.85
#acquireMethod · 0.85
#controlMethod · 0.85
#releaseMethod · 0.85
#stopMethod · 0.85
controlReplayKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected