Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ NewStringArray
Function
NewStringArray
dagql/types.go:1312–1314 ·
view source on GitHub ↗
(elems ...string)
Source
from the content-addressed store, hash-verified
1310
}
1311
1312
func
NewStringArray(elems ...string) Array[String] {
1313
return
ToArray(NewString, elems...)
1314
}
1315
1316
func
NewBoolArray(elems ...bool) Array[Boolean] {
1317
return
ToArray(NewBoolean, elems...)
Callers
15
TestServerSelect
Function · 0.92
TestInterfaces
Function · 0.92
LoadContextDir
Method · 0.92
loadLegacyDefaultPathArg
Method · 0.92
applyIgnoreOnDir
Method · 0.92
ApplyLegacyCustomizationsToTypeDefs
Method · 0.92
schemaJSONFileFromServer
Function · 0.92
RequiredClientGenerationFiles
Method · 0.92
RequiredClientGenerationFiles
Method · 0.92
RequiredClientGenerationFiles
Method · 0.92
applyArgDirectives
Function · 0.92
applyArgDirectives
Function · 0.92
Calls
1
ToArray
Function · 0.85
Tested by
2
TestServerSelect
Function · 0.74
TestInterfaces
Function · 0.74