MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / detectPlatform

Method detectPlatform

src/runtime/adapters/ipc.ts:511–513  ·  view source on GitHub ↗
(channelId: string)

Source from the content-addressed store, hash-verified

509 }
510
511 private detectPlatform(channelId: string): RuntimePlatform {
512 return detectPlatformFromChannelId(channelId);
513 }
514
515 private sendIpc(payload: unknown): void {
516 if (typeof process.send === "function") {

Callers 1

handleRequestMethod · 0.95

Calls 1

Tested by

no test coverage detected