Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ first
Method
first
ppdc/ppdc-array.cxx:101–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
//
100
101
ppdcShared *
102
ppdcArray::first()
103
{
104
current = 0;
105
106
if (current >= count)
107
return (0);
108
else
109
return (data[current ++]);
110
}
111
112
113
//
Callers
15
cat_drv
Function · 0.80
load_drv
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
find_driver
Method · 0.80
find_include
Method · 0.80
find_po
Method · 0.80
find_size
Method · 0.80
find_variable
Method · 0.80
get_duplex
Method · 0.80
write_file
Method · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64