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

Method Flush

internal/firewalls/nftables/table.go:153–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153func (this *Table) Flush() error {
154 this.conn.Raw().FlushTable(this.rawTable)
155 return this.conn.Commit()
156}

Callers

nothing calls this directly

Calls 2

RawMethod · 0.45
CommitMethod · 0.45

Tested by

no test coverage detected