Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openpubkey/opkssh
/ AddRow
Method
AddRow
policy/providerloader.go:64–66 ·
view source on GitHub ↗
(row ProvidersRow)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(p *ProviderPolicy) AddRow(row ProvidersRow) {
65
p.rows = append(p.rows, row)
66
}
67
68
func
(p *ProviderPolicy) GetRows() []ProvidersRow {
69
return
p.rows
Callers
11
TestProviderPolicy_ToString
Function · 0.95
TestProviderPolicy_CreateVerifier_Google
Function · 0.95
TestProviderPolicy_CreateVerifier_Azure
Function · 0.95
TestProviderPolicy_CreateVerifier_Gitlab
Function · 0.95
TestProviderPolicy_CreateVerifier_InvalidExpiration
Function · 0.95
TestProvidersFileLoader_ToTable
Function · 0.95
TestValidateEntry
Function · 0.95
TestPolicyValidatorAliasResolution
Function · 0.95
FromTable
Method · 0.95
LoadProviderPolicy
Method · 0.95
TestAuditCmdValidationResults
Function · 0.95
Calls
no outgoing calls
Tested by
10
TestProviderPolicy_ToString
Function · 0.76
TestProviderPolicy_CreateVerifier_Google
Function · 0.76
TestProviderPolicy_CreateVerifier_Azure
Function · 0.76
TestProviderPolicy_CreateVerifier_Gitlab
Function · 0.76
TestProviderPolicy_CreateVerifier_InvalidExpiration
Function · 0.76
TestProvidersFileLoader_ToTable
Function · 0.76
TestValidateEntry
Function · 0.76
TestPolicyValidatorAliasResolution
Function · 0.76
LoadProviderPolicy
Method · 0.76
TestAuditCmdValidationResults
Function · 0.76