MCPcopy Index your code
hub / github.com/InkboxSoftware/excelCPU / createLine

Function createLine

compileExcelASM16.py:67–68  ·  view source on GitHub ↗
(label, operations)

Source from the content-addressed store, hash-verified

65 exit()
66
67def createLine(label, operations):
68 return [label, operations]
69
70def getCurrentAddress():
71 address = len(data)

Callers 3

includeBINFunction · 0.85
encodeFunction · 0.85
parseLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected