MCPcopy 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
4double f(const std::string &, double, bool) noexcept {
5 return .0;
6}
7
8int main()
9{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected