MCPcopy
hub / github.com/SpecterOps/BloodHound / Info

Method Info

cmd/api/src/database/log.go:41–43  ·  view source on GitHub ↗
(ctx context.Context, msg string, data ...any)

Source from the content-addressed store, hash-verified

39}
40
41func (s *GormLogAdapter) Info(ctx context.Context, msg string, data ...any) {
42 slog.InfoContext(ctx, fmt.Sprintf(msg, data...)) //nolint:sloglint // Gorm logger interface requires format string
43}
44
45func (s *GormLogAdapter) Warn(ctx context.Context, msg string, data ...any) {
46 slog.WarnContext(ctx, fmt.Sprintf(msg, data...)) //nolint:sloglint // Gorm logger interface requires format string

Callers 15

mainFunction · 0.45
tagAssetGroupNodesFunction · 0.45
NewTenantRoleAssignmentsFunction · 0.45
mainFunction · 0.45
FindPathsFunction · 0.45
GetCombinedCoverageFunction · 0.45
BuildMainPackagesFunction · 0.45
buildModuleMainPackagesFunction · 0.45
RunFunction · 0.45
getTicketAuditFunction · 0.45
runTestsMethod · 0.45
CheckCleanFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestGormLogAdapter_InfoFunction · 0.36