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

Function hex_encoding

nodedb/src/control/planner/wasm/runtime.rs:131–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129
130 #[test]
131 fn hex_encoding() {
132 let hex = sha256_hex(b"test");
133 assert_eq!(hex.len(), 64); // 32 bytes = 64 hex chars
134 }
135
136 #[test]
137 fn runtime_creates() {

Callers

nothing calls this directly

Calls 1

sha256_hexFunction · 0.70

Tested by

no test coverage detected