Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ add_include
Method
add_include
ppdc/ppdc-source.cxx:120–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
//
119
120
void
121
ppdcSource::add_include(const char *d) // I - Include directory
122
{
123
if (!d)
124
return;
125
126
if (!includes)
127
includes = new ppdcArray();
128
129
includes->add(new ppdcString(d));
130
}
131
132
133
//
Callers
nothing calls this directly
Calls
1
add
Method · 0.80
Tested by
no test coverage detected