MCPcopy Create free account
hub / github.com/ByConity/ByConity / tryUpdate

Method tryUpdate

src/Access/IAccessStorage.cpp:396–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394
395
396bool IAccessStorage::tryUpdate(const UUID & id, const UpdateFunc & update_func)
397{
398 auto func = [&] { updateImpl(id, update_func); };
399 return tryCall(func);
400}
401
402
403std::vector<UUID> IAccessStorage::tryUpdate(const std::vector<UUID> & ids, const UpdateFunc & update_func)

Callers 5

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls 2

tryCallFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected