Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethereum/node-crawler
/ Runtime
Interface
Runtime
frontend/src/data/DataProcessor.ts:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
export
interface
Runtime {
23
name?: string;
24
version?: Version;
25
}
26
27
export
interface
Version {
28
major: number | string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected