MCPcopy Create free account
hub / github.com/Impact-I/reFlutter / cli

Function cli

scripts/gen_enginehash.py:31–33  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

29
30
31def cli(command):
32 p = subprocess.Popen(command, stdout=subprocess.PIPE)
33 return p.stdout.read().decode()
34
35
36def get_snapshot_hash(engine_hash: str) -> str | None:

Callers 1

gen_enginehash.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected