Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ AddToQueue
Function
AddToQueue
extern/re2/re2/prog.cc:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
typedef SparseSet Workq;
133
134
static inline void AddToQueue(Workq* q, int id) {
135
if (id != 0)
136
q->insert(id);
137
}
138
139
static std::string ProgToString(Prog* prog, Workq* q) {
140
std::string s;
Callers
8
ProgToString
Function · 0.85
Dump
Method · 0.85
DumpUnanchored
Method · 0.85
Optimize
Method · 0.85
StateToWorkq
Method · 0.85
RunWorkqOnEmptyString
Method · 0.85
RunWorkqOnByte
Method · 0.85
AnalyzeSearchHelper
Method · 0.85
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected