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

Method getName

src/Functions/FunctionFile.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 bool isPreviledgedFunction() const override { return getContext()->shouldBlockPrivilegedOperations(); }
38 bool isVariadic() const override { return true; }
39 String getName() const override { return name; }
40 size_t getNumberOfArguments() const override { return 0; }
41
42 bool isDeterministic() const override { return false; }

Callers 1

executeImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected