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

Function main

tests/p0614Test.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11T f() { return T{}; }
12
13int main() {
14 for (T thing = f(); auto& x : thing.items()) {
15 }
16}

Callers

nothing calls this directly

Calls 2

fFunction · 0.70
itemsMethod · 0.45

Tested by

no test coverage detected