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

Function int_handler

xcactivitylog.py:33–39  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

31 return (TokenType.Null, None)
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
41 def double_handler(index):
42 v = buffer[:index]

Callers 1

tokenizerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected