MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / louvain_schema_has_three_columns

Function louvain_schema_has_three_columns

nodedb-graph/src/params.rs:249–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247
248 #[test]
249 fn louvain_schema_has_three_columns() {
250 let schema = GraphAlgorithm::Louvain.result_schema();
251 assert_eq!(schema.len(), 3);
252 }
253
254 #[test]
255 fn params_defaults() {

Callers

nothing calls this directly

Calls 1

result_schemaMethod · 0.80

Tested by

no test coverage detected