MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / array

Method array

src/main/main.cpp:138–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 int count() const { return _argc; }
137
138 const char** array() const { return _argv + 1; }
139
140 const char* next() {
141 if (count() <= 0) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected