MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / warning

Function warning

plugin/modify-env/warning.cpp:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3extern "C"
4void
5warning(const char *warning_part1, const char *warning_part2)
6{
7 dmtcp::string warning("modify_env.c: ");
8
9 warning = warning + warning_part1 + warning_part2;
10 JWARNING(false).Text(warning.c_str());
11}

Callers 4

restartFunction · 0.85
read_dmtcp_env_fileFunction · 0.85
readAndSetEnvFunction · 0.85
readallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected