Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentrpc/agentrpc
/ _prepareSuperMessage
Method
_prepareSuperMessage
sdk-node/src/serialize-error.js:33–39 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
31
}
32
33
static _prepareSuperMessage(message) {
34
try {
35
return
JSON.stringify(message);
36
} catch {
37
return
String(message);
38
}
39
}
40
}
41
42
const
commonProperties = [
Callers
1
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected