Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ RpcSchema
Class
RpcSchema
ci/rpc_schema_validator.py:46–50 ·
view source on GitHub ↗
Complete RPC schema
Source
from the content-addressed store, hash-verified
44
45
46
class
RpcSchema(BaseModel):
47
""
"Complete RPC schema"
""
48
49
jsonrpc: str
50
methods: dict[str, MethodInfo]
51
52
53
class
RpcSchemaValidator:
Callers
1
_fetch_schema
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected