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

Function f

tests/Issue647.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <algorithm>
4
5void f() {
6 int v = std::max({1,2,3});
7}

Callers

nothing calls this directly

Calls 1

maxFunction · 0.70

Tested by

no test coverage detected