MCPcopy Create free account
hub / github.com/astercloud/aster / NodeJSRuntime

Struct NodeJSRuntime

pkg/tools/bridge/runtime.go:347–350  ·  view source on GitHub ↗

NodeJSRuntime Node.js 运行时

Source from the content-addressed store, hash-verified

345
346// NodeJSRuntime Node.js 运行时
347type NodeJSRuntime struct {
348 config *RuntimeConfig
349 nodePath string
350}
351
352// NewNodeJSRuntime 创建 Node.js 运行时
353func NewNodeJSRuntime(config *RuntimeConfig) *NodeJSRuntime {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected