MCPcopy Create free account
hub / github.com/digego/extempore / begin

Method begin

include/PriorityQueue.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77 CONTAINER& getQueue() { return this->queue; }
78 CIter begin() { return queue.begin(); }
79 CIter end() { return queue.end(); }
80 CIter lower_bound(const KEY time) { return queue.lower_bound(time); }
81 CIter upper_bound(const KEY time) { return queue.upper_bound(time); }

Callers 15

jitCompileIRStringMethod · 0.80
llvm_print_closureMethod · 0.80
get_function_argsMethod · 0.80
call_compiled_closureMethod · 0.80
call_compiledMethod · 0.80
treadmill_mark_rootsFunction · 0.80
tcp_osc_server_threadFunction · 0.80
addMethod · 0.80
eraseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected