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

Method insert

src/Access/IAccessStorage.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246UUID IAccessStorage::insert(const AccessEntityPtr & entity)
247{
248 return insertImpl(entity, false);
249}
250
251
252std::vector<UUID> IAccessStorage::insert(const std::vector<AccessEntityPtr> & multiple_entities)

Callers 15

formatOptionsFunction · 0.45
findAllImplMethod · 0.45
insertImplMethod · 0.45
getEnabledRolesMethod · 0.45
scheduleWriteListsMethod · 0.45
rebuildListsMethod · 0.45
initMethod · 0.45
addMethod · 0.45
registerTenantsMethod · 0.45

Calls 6

tryCallMethod · 0.80
errorsMethod · 0.80
outputTypeAndNameMethod · 0.80
showErrorsMethod · 0.80
sizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected