MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / SetCheckpointFinder

Method SetCheckpointFinder

internal/waf/rule.go:746–748  ·  view source on GitHub ↗
(finder func(prefix string) checkpoints.CheckpointInterface)

Source from the content-addressed store, hash-verified

744}
745
746func (this *Rule) SetCheckpointFinder(finder func(prefix string) checkpoints.CheckpointInterface) {
747 this.checkpointFinder = finder
748}
749
750var unescapeChars = [][2]string{
751 {`\s`, `(\s|%09|%0A|\+)`},

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected