MCPcopy Create free account
hub / github.com/LeoDJ/P2Pro-Viewer / CmdDir

Class CmdDir

P2Pro/P2Pro_cmd.py:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59class CmdDir(enum.IntFlag):
60 GET = 0x0000
61 SET = 0x4000
62
63
64class CmdCode(enum.IntEnum):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected