MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / fake_mime

Function fake_mime

tests/test_codex2api_upload.py:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 calls = {}
54
55 def fake_mime():
56 calls["mime"] = FakeMime()
57 return calls["mime"]
58
59 def fake_post(url, **kwargs):
60 calls["url"] = url

Callers

nothing calls this directly

Calls 1

FakeMimeClass · 0.70

Tested by

no test coverage detected