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

Method setCurrentSchema

valdi_core/src/valdi_core/cpp/Utils/Marshaller.cpp:474–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474void Marshaller::setCurrentSchema(const ValueSchema& currentSchema) {
475 _currentSchema = currentSchema;
476}
477
478const ValueSchema& Marshaller::getCurrentSchema() const {
479 return _currentSchema;

Calls

no outgoing calls

Tested by 1

getJsModuleWithSchemaFunction · 0.64