MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / InsertToVector

Function InsertToVector

src/NodeRTLib/ProjectFiles/CollectionsConverter.h:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164template <class V>
165static void InsertToVector(
166 uint32_t index,
167 v8::Local<v8::Value> value,
168 const std::function<V(v8::Local<v8::Value>)>& convertToValueTypeFunc,
169 std::vector<V>& vec) {
170 vec[index] = convertToValueTypeFunc(value);
171}
172
173template <class V>
174static void InsertToVector(

Callers 1

FillVectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected