Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/
Class
src/runtime/adapters/ipc.ts:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
]);
75
76
export
class
IpcAdapter implements PlatformAdapter, IpcBroadcaster {
77
readonly name =
"ipc"
;
78
79
private agent: IPackAgent | null = null;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected