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

Method GetAllHandles

LibLemon/include/lemon/ipc/interface.h:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84 inline const handle_t& GetHandle() const { return interfaceHandle; }
85 void GetAllHandles(std::vector<handle_t>& v) const {
86 v.insert(v.end(), endpoints.begin(), endpoints.end());
87 v.push_back(interfaceHandle);
88 }
89 };
90}

Callers 2

WaitOnAllMethod · 0.45
RepopulateHandlesMethod · 0.45

Calls 3

insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected