MCPcopy Create free account
hub / github.com/apache/devlake / RawModel

Class RawModel

backend/python/pydevlake/pydevlake/model.py:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101
102class RawModel(SQLModel):
103 id: int = Field(primary_key=True)
104 params: str = b''
105 data: bytes
106 url: str = Field(default=b'', sa_column=Column(Text))
107 input: bytes = b''
108 created_at: datetime = Field(default_factory=datetime.now)
109
110
111class RawDataOrigin(SQLModel):

Callers

nothing calls this directly

Calls 1

FieldFunction · 0.90

Tested by

no test coverage detected