Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
public
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_zap
Function · 0.65
hash
Method · 0.65
shouldReturnAlertData
Method · 0.65
alertsWithConfidence
Method · 0.65
readHeader
Method · 0.65
readBody
Method · 0.65
available
Method · 0.65
read
Method · 0.65
isSslTlsHandshake
Method · 0.65
parseValue
Method · 0.65
parseToken
Method · 0.65
readEscapedString
Method · 0.65
Implementers
2
ParosTableTag
zap/src/main/java/org/parosproxy/paros
SqlTableTag
zap/src/main/java/org/zaproxy/zap/db/s
Calls
no outgoing calls
Tested by
3
test_zap
Function · 0.52
shouldReturnAlertData
Method · 0.52
alertsWithConfidence
Method · 0.52