MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / get_length

Method get_length

Kernel/include/vector.h:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 size_t get_length() const {
89 return count;
90 }
91
92 void reserve(size_t count){
93 acquireLock(&lock);

Callers 1

VectorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected