Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ createFunction
Method
createFunction
bolt/expression/SimpleFunctionRegistry.h:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
std::unique_ptr<Function> createFunction() const {
60
return factory_();
61
}
62
63
private:
64
const std::shared_ptr<const Metadata> metadata_;
Callers
3
compileRewrittenExpression
Function · 0.45
createFunction
Method · 0.45
testVariadicArgReuse
Function · 0.45
Calls
no outgoing calls
Tested by
1
testVariadicArgReuse
Function · 0.36