MCPcopy
hub / github.com/zaproxy/zaproxy / read

Method read

zap/src/main/java/org/parosproxy/paros/db/TableTag.java:32–32  ·  view source on GitHub ↗
(long tagId)

Source from the content-addressed store, hash-verified

30public interface TableTag extends DatabaseListener {
31
32 RecordTag read(long tagId) throws DatabaseException;
33
34 RecordTag insert(long historyId, String tag) throws DatabaseException;
35

Callers 15

test_zapFunction · 0.65
hashMethod · 0.65
shouldReturnAlertDataMethod · 0.65
alertsWithConfidenceMethod · 0.65
readHeaderMethod · 0.65
readBodyMethod · 0.65
availableMethod · 0.65
readMethod · 0.65
isSslTlsHandshakeMethod · 0.65
parseValueMethod · 0.65
parseTokenMethod · 0.65
readEscapedStringMethod · 0.65

Implementers 2

ParosTableTagzap/src/main/java/org/parosproxy/paros
SqlTableTagzap/src/main/java/org/zaproxy/zap/db/s

Calls

no outgoing calls

Tested by 3

test_zapFunction · 0.52
shouldReturnAlertDataMethod · 0.52
alertsWithConfidenceMethod · 0.52