MCPcopy Create free account
hub / github.com/SolaWing/xcode-build-server / handler

Function handler

xcactivitylog.py:34–37  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

32
33 def int_handler(type):
34 def handler(index):
35 v = int(buffer[:index])
36 del buffer[: index + 1]
37 return (type, v)
38
39 return handler
40

Callers 2

serveFunction · 0.85
tokenizerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected