MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getParameters

Method getParameters

valdi_core/src/valdi_core/cpp/Schema/ValueSchema.cpp:1268–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1266}
1267
1268const ValueSchema* ValueFunctionSchema::getParameters() const {
1269 InlineContainerAllocator<ValueFunctionSchema, ValueSchema> allocator;
1270 return allocator.getContainerStartPtr(this);
1271}
1272
1273const ValueSchema& ValueFunctionSchema::getParameter(size_t index) const {
1274 return getParameters()[index];

Callers 3

getMethodMethod · 0.45
getStaticMethodMethod · 0.45
operator()Method · 0.45

Calls 1

getContainerStartPtrMethod · 0.45

Tested by

no test coverage detected