MCPcopy Create free account
hub / github.com/activecm/rita / String

Method String

config/config.go:496–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

494}
495
496func (s ScoreImpact) String() string {
497 return string(s.Category)
498}
499
500func (s *ScoreImpact) Scan(src any) error {
501 if t, ok := src.(string); ok {

Callers 15

TestBeaconsMethod · 0.80
TestProxyBeaconsFunction · 0.80
TestThreatsMethod · 0.80
TestTLSProtoTableMethod · 0.80
TestHTTPProtoTableMethod · 0.80
TestRollingThreatsMethod · 0.80
TestThreatMethod · 0.80
parseHTTPFunction · 0.80
formatHTTPRecordFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestBeaconsMethod · 0.64
TestProxyBeaconsFunction · 0.64
TestThreatsMethod · 0.64
TestTLSProtoTableMethod · 0.64
TestHTTPProtoTableMethod · 0.64
TestRollingThreatsMethod · 0.64
TestThreatMethod · 0.64
TestSearchResultsMethod · 0.64