Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IQEngine/IQEngine
/ Metadata
Class
Metadata
api/database/models.py:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
82
class
Metadata(BaseModel):
83
globalMetadata: MetadataGlobal = Field(alias=
"global"
)
84
captures: list[MetadataCapture]
85
annotations: list[MetadataAnnotation]
86
87
88
class
Plugin(BaseModel):
Callers
1
get
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected