Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/featureform/featureform
/ Contains
Method
Contains
helpers/string_set/string_set.go:5–12 ·
view source on GitHub ↗
(b StringSet)
Source
from the content-addressed store, hash-verified
3
type
StringSet
map
[string]bool
4
5
func
(a StringSet) Contains(b StringSet) bool {
6
for
str :=
range
b {
7
if
_, ok := a[str]; !ok {
8
return
false
9
}
10
}
11
return
true
12
}
Callers
15
TestStringSetContains
Function · 0.95
TestStringSetDoesNotContain
Function · 0.95
TestStringSetEmptySetA
Function · 0.95
TestStringSetEmptySetB
Function · 0.95
BuildDashboardUrl
Function · 0.80
getPodLogs
Function · 0.80
isValidBigQueryConfigUpdate
Function · 0.80
isValidCassandraConfigUpdate
Function · 0.80
isValidDynamoConfigUpdate
Function · 0.80
isValidFirestoreConfigUpdate
Function · 0.80
isValidMongoConfigUpdate
Function · 0.80
isValidMySqlConfigUpdate
Function · 0.80
Calls
no outgoing calls
Tested by
11
TestStringSetContains
Function · 0.76
TestStringSetDoesNotContain
Function · 0.76
TestStringSetEmptySetA
Function · 0.76
TestStringSetEmptySetB
Function · 0.76
TestSourceShallowMapOK
Function · 0.64
TestParseStatFile
Function · 0.64
testResourceLocation
Function · 0.64
testCreatePrimaryFromNonExistentSource
Function · 0.64
getTableName
Function · 0.64
sanitizeTableName
Function · 0.64
TestCoordinator_checkError
Function · 0.64