MCPcopy Create free account
hub / github.com/LutrisEng/datom-rs / constructor

Method constructor

datom-node/src/index.ts:22–24  ·  view source on GitHub ↗
(impl: datom.FactImpl)

Source from the content-addressed store, hash-verified

20 #impl: datom.FactImpl
21
22 private constructor(impl: datom.FactImpl) {
23 this.#impl = impl;
24 }
25
26 static fromEdn(edn: string): Fact {
27 return new Fact(datom.fact_from_edn(edn));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected