MCPcopy Create free account
hub / github.com/Rustixir/darkbird / Schema

Class Schema

src/darkbird/schema.rs:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11pub struct Schema {
12 datastores: AnyMap,
13 names: HashSet<String>
14}
15
16impl Schema {
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected