Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ f
Function
f
performance_tests/profile_fun_wrappers.cpp:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <chaiscript/chaiscript_stdlib.hpp>
3
4
double f(const std::string &, double, bool) noexcept {
5
return .0;
6
}
7
8
int main()
9
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected