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

Method setAllowedReadPath

valdi/src/valdi/runtime/Resources/DiskCacheImpl.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void DiskCacheImpl::setAllowedReadPath(const StringBox& allowedReadPath) {
135 _allowedReadPath = Path(allowedReadPath.toStringView());
136 _allowedReadPath.normalize();
137}
138
139} // namespace Valdi

Callers 1

RuntimeManagerWrapperMethod · 0.80

Calls 3

PathClass · 0.50
toStringViewMethod · 0.45
normalizeMethod · 0.45

Tested by

no test coverage detected