MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / end

Method end

include/graph/node.h:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 inline void next(const opNode *ref) { ++pos; }
176 inline void begin(const opNode *ref) { pos = 0; }
177 inline void end(const opNode *ref) { pos = ref->_attributes.size(); }
178 inline nodeAttribute &get(opNode *ref) { return ref->_attributes[pos]; }
179 inline const nodeAttribute &get(const opNode *ref) {
180 return ref->_attributes[pos];

Callers 1

irTypeDataMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected