MCPcopy 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
82class Metadata(BaseModel):
83 globalMetadata: MetadataGlobal = Field(alias="global")
84 captures: list[MetadataCapture]
85 annotations: list[MetadataAnnotation]
86
87
88class Plugin(BaseModel):

Callers 1

getFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected