MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / replace

Method replace

include/daScript/misc/safebox.h:336–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 }
335 }
336 void replace ( const string & key, const ValueType & value ) {
337 return replace(hash64z(key.c_str()),value);
338 }
339 void replace ( uint64_t key, const ValueType & value ) {
340 auto it = objects.find(key);
341 DAS_ASSERT(it!=objects.end());

Callers 15

make_positionalFunction · 0.80
rFunction · 0.80
NFunction · 0.80
MFunction · 0.80
offFunction · 0.80
HFunction · 0.80
getDataAttributesFunction · 0.80
StemmerFunction · 0.80
displayNextItemFunction · 0.80
jquery-3.5.1.jsFile · 0.80
SizzleFunction · 0.80
matcherFromTokensFunction · 0.80

Calls 5

replaceFunction · 0.85
hash64zFunction · 0.85
c_strMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by 1

make_positionalFunction · 0.64