MCPcopy Create free account
hub / github.com/google/re2j / add

Method add

java/com/google/re2j/Machine.java:54–60  ·  view source on GitHub ↗
(int pc)

Source from the content-addressed store, hash-verified

52 }
53
54 int add(int pc) {
55 int j = size++;
56 sparse[pc] = j;
57 denseThreads[j] = null;
58 densePcs[j] = pc;
59 return j;
60 }
61
62 void clear() {
63 size = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected