MCPcopy Create free account
hub / github.com/TPAFS/transparency-data / DataCol

Class DataCol

validator/src/main.rs:30–34  ·  view source on GitHub ↗

Column metadata

Source from the content-addressed store, hash-verified

28
29// Column metadata
30struct DataCol {
31 name: &'static str,
32 required: bool,
33 col_type: ColType,
34}
35
36fn get_schema(schema_name: &str) -> Result<&[DataCol], Box<dyn Error>> {
37 let cols: &[DataCol];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected