MCPcopy Create free account
hub / github.com/Kitware/CMake / method

Method method

Tests/RunCMake/GenerateExportHeader/libshared/libshared.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "libshared.h"
2
3int libshared::Class::method() const
4{
5 return 0;
6}
7
8int libshared::Class::method_exported() const
9{

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36