MCPcopy Create free account
hub / github.com/cloudflare/computer / meta

Method meta

packages/computerd/src/exec/log.ts:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 }
194
195 private meta(): MetaRow | undefined {
196 return this.db.one<MetaRow>(`SELECT * FROM computerd_exec_meta WHERE exec_id = ?`, this.id);
197 }
198
199 private evict(): void {
200 this.db.transactionSync(() => {

Callers 3

appendMethod · 0.95
setExitMethod · 0.95
replayMethod · 0.95

Calls 1

oneMethod · 0.80

Tested by

no test coverage detected