MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / encoded

Function encoded

tools/provenance-eval/run.py:39–40  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

37
38
39def encoded(value):
40 return json.dumps(value, separators=(",", ":"), ensure_ascii=False).encode()
41
42
43def summary(samples):

Callers 3

hookMethod · 0.85
rpcMethod · 0.85
measure_turnFunction · 0.85

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected