MCPcopy Index your code
hub / github.com/zaproxy/zaproxy / insert

Method insert

zap/src/main/java/org/parosproxy/paros/db/TableTag.java:34–34  ·  view source on GitHub ↗
(long historyId, String tag)

Source from the content-addressed store, hash-verified

32 RecordTag read(long tagId) throws DatabaseException;
33
34 RecordTag insert(long historyId, String tag) throws DatabaseException;
35
36 void delete(long historyId, String tag) throws DatabaseException;
37

Callers 13

newSessionMethod · 0.65
insertTagDbMethod · 0.65
toShortStringMethod · 0.65
getRegexPatternMethod · 0.65
addStructureMethod · 0.65
getQueryParamStringMethod · 0.65
performActionMethod · 0.65
findAndAddGroupMethod · 0.65
addLeafMethod · 0.65
insertMethod · 0.65
persistMethod · 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

no test coverage detected