Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
474
void Marshaller::setCurrentSchema(const ValueSchema& currentSchema) {
475
_currentSchema = currentSchema;
476
}
477
478
const ValueSchema& Marshaller::getCurrentSchema() const {
479
return _currentSchema;
Callers
4
resolveAsTypedObject
Method · 0.80
setActiveSchemaOfClassInMarshaller
Method · 0.80
getJsModuleWithSchema
Function · 0.80
setActiveSchemaInMarshaller
Method · 0.80
Calls
no outgoing calls
Tested by
1
getJsModuleWithSchema
Function · 0.64