MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / myfunction

Function myfunction

practice/accumulate.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22int myfunction (int x, int y) {return x+2*y;}
23struct myclass {
24 int operator()(int x, int y) {return x+3*y;}
25} myobject;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected