MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Bar

Function Bar

tests/NamespaceWithClassOperatorsTest.cpp:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <chrono>
2
3std::chrono::duration<double> Bar(){
4 auto begin= std::chrono::system_clock::now();
5
6 return std::chrono::system_clock::now() - begin;
7};
8
9
10void Foo(){

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected