Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void
51
ppdcVariable::set_value(const char *v)
52
{
53
value->release();
54
value = new ppdcString(v);
55
}
Callers
1
set_variable
Method · 0.80
Calls
1
release
Method · 0.80
Tested by
no test coverage detected