MCPcopy Create free account
hub / github.com/OpenPrinting/cups / set_value

Method set_value

ppdc/ppdc-variable.cxx:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48//
49
50void
51ppdcVariable::set_value(const char *v)
52{
53 value->release();
54 value = new ppdcString(v);
55}

Callers 1

set_variableMethod · 0.80

Calls 1

releaseMethod · 0.80

Tested by

no test coverage detected