Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/taubyte/tau
/ functions
Functions
13,103 in github.com/taubyte/tau
⨍
Functions
13,103
◇
Types & classes
2,320
↳
Endpoints
13
↓ 1 callers
Function
copyDir
copyDir copies srcDir into dstDir (dstDir must not exist or be empty for predictable result).
tools/tau/e2e_tests/ping_fixture.go:45
↓ 1 callers
Function
copyFile
(src string, dst string)
tools/tau/templates/clone.go:92
↓ 1 callers
Function
copyFile
(src string, dst string)
pkg/cli/singletons/templates/clone.go:90
↓ 1 callers
Function
copyFiles
(src, dst string, filter func(f os.DirEntry) bool)
tools/tau/templates/clone.go:57
↓ 1 callers
Function
copyFiles
(src, dst string, filter func(f os.DirEntry) bool)
pkg/cli/singletons/templates/clone.go:55
↓ 1 callers
Function
copyFs
(dstFs, srcFs afero.Fs)
pkg/spore-drive/config/service/serve.go:29
↓ 1 callers
Function
cors
(w http.ResponseWriter, r *http.Request)
dream/cors/handler.go:11
↓ 1 callers
Method
corsHttp
()
dream/api/cors_http.go:10
↓ 1 callers
Function
createConfig
()
pkg/spore-drive/mycelium/map_test.go:44
↓ 1 callers
Function
createConfig
(config: Config)
pkg/spore-drive/examples/js/basic/src/index.ts:3
↓ 1 callers
Function
createConfig
( mock_client: PromiseClient<typeof MockSSHService>, config: Config )
pkg/spore-drive/clients/js/src/drive.test.ts:22
↓ 1 callers
Function
createConfigWithSet
(config: Config)
pkg/spore-drive/clients/js/src/config.test.ts:72
↓ 1 callers
Method
createDatabasePointer
(database database.Database)
pkg/vm-low-orbit/database/client/database.go:8
↓ 1 callers
Function
createLiteNode
(ctx context.Context, conf *config.Node, shape, storagePath string)
cli/node/helpers.go:18
↓ 1 callers
Function
createMockServiceForEmptyPicks
Helper function to create a mock service for empty picks tests
services/substrate/components/pubsub/websocket/handler_test.go:70
↓ 1 callers
Function
createMockServiceForLookupError
Helper function to create a mock service for lookup error tests
services/substrate/components/pubsub/websocket/handler_test.go:59
↓ 1 callers
Function
createMockWebSocketConnection
Helper function to create a mock websocket connection
services/substrate/components/pubsub/websocket/handler_test.go:346
↓ 1 callers
Function
createNodes
(ctx context.Context, storagePath, shape string, conf *config.Node)
cli/node/helpers.go:59
↓ 1 callers
Method
createProjectStream
createProjectStream handles project creation over p2p streams
services/auth/api_hooks.go:137
↓ 1 callers
Function
createReadErrorConnection
Helper function to create a mock connection that returns read error
services/substrate/components/pubsub/websocket/datastream_test.go:214
↓ 1 callers
Method
createRootlesskitWrapper
createRootlesskitWrapper creates a shell script that does bind-mounts and execs containerd
pkg/containers/backends/containerd/daemon.go:226
↓ 1 callers
Method
createService
(name string, config *commonIface.ServiceConfig)
dream/service.go:32
↓ 1 callers
Function
createSuccessfulReadConnection
Helper function to create a mock connection that reads successfully
services/substrate/components/pubsub/websocket/datastream_test.go:204
↓ 1 callers
Function
createTestDir
(t *testing.T)
services/patrick/service_test.go:16
↓ 1 callers
Method
createTransport
()
pkg/raft/cluster.go:308
↓ 1 callers
Function
createWsHandler
(srv pubsubIface.ServiceWithLookup, ctx service.Context, conn service.WebSocketConnection)
services/substrate/components/pubsub/websocket/handler.go:149
↓ 1 callers
Function
create_config_with_set
Create a test configuration using the set method approach.
pkg/spore-drive/clients/py/tests/test_config_integration.py:108
↓ 1 callers
Function
create_example_files
Create example configuration files.
pkg/spore-drive/clients/py/example/utils.py:17
↓ 1 callers
Function
create_test_config
Create a test configuration with all major components.
pkg/spore-drive/clients/py/tests/test_drive.py:46
↓ 1 callers
Method
current
(ifaceList []interface{}, branch string)
clients/p2p/tns/client.go:201
↓ 1 callers
Function
cyanBullet
(name string)
tools/tau/cli/commands/resources/project/delete.go:240
↓ 1 callers
Function
database
(project projectLib.Project, _id string, obj interface{}, appName string)
pkg/config-compiler/decompile/database.go:11
↓ 1 callers
Function
dataclass_validation_example
Example demonstrating dataclass validation.
pkg/spore-drive/clients/py/example_pythonic.py:120
↓ 1 callers
Function
debugProcessTree
debugProcessTree dumps the full process ancestry from getppid() to root (pid 1 or unknown).
tools/tau/session/discovery.go:25
↓ 1 callers
Function
debugProcessTreeNative
debugProcessTreeNative prints up to 20 parents using OS-native APIs (Windows: NtQueryInformationProcess). On non-Windows we only log that it's skipped
tools/tau/session/discovery_other.go:19
↓ 1 callers
Method
decodeArray
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:977
↓ 1 callers
Method
decodeBasic
This decodes a basic type (bool, int, string, etc.) and sets the value to "data" of that type.
utils/mapstructure/mapstructure.go:303
↓ 1 callers
Method
decodeBool
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:517
↓ 1 callers
Method
decodeFloat
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:562
↓ 1 callers
Method
decodeFunc
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:880
↓ 1 callers
Method
decodeInt
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:413
↓ 1 callers
Method
decodeMapFromMap
(name string, dataVal reflect.Value, val reflect.Value, valMap reflect.Value)
utils/mapstructure/mapstructure.go:664
↓ 1 callers
Method
decodeMapFromSlice
(name string, dataVal reflect.Value, val reflect.Value, valMap reflect.Value)
utils/mapstructure/mapstructure.go:645
↓ 1 callers
Method
decodePtr
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:833
↓ 1 callers
Method
decodeSlice
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:898
↓ 1 callers
Method
decodeString
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:361
↓ 1 callers
Method
decodeStruct
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:1042
↓ 1 callers
Method
decodeUint
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:460
↓ 1 callers
Function
decodeViaJSON
decodeViaJSON takes the map data and passes it through encoding/json to convert it into the given Go native structure pointed to by v. v must be a poi
utils/mapstructure/mapstructure_benchmark_test.go:33
↓ 1 callers
Function
decryptAndBase64Decode
Helper function to base64 decode then decrypt
cli/app/export_config_test.go:115
↓ 1 callers
Method
defaultClients
()
dream/universeHelpers.go:12
↓ 1 callers
Method
defaultModuleFunctions
()
pkg/vm/service/wazero/runtime.go:184
↓ 1 callers
Method
defaultOptions
()
clients/p2p/substrate/methods.go:19
↓ 1 callers
Function
defaultPortsToOpen
()
pkg/spore-drive/drive/displace.go:398
↓ 1 callers
Function
defineCLI
(ctx *common.Context)
tools/dream/main.go:78
↓ 1 callers
Method
delete
()
pkg/spore-drive/clients/js/src/Config.ts:509
↓ 1 callers
Method
delete
Delete host shape.
pkg/spore-drive/clients/py/spore_drive/operations.py:587
↓ 1 callers
Method
delete
Delete shape.
pkg/spore-drive/clients/py/spore_drive/operations.py:730
↓ 1 callers
Method
delete
* Delete X509 certificate * @param certId Certificate ID * @returns Empty response
pkg/taucorder/clients/js/src/X509.ts:55
↓ 1 callers
Function
deleteEmpty
(s []string)
tools/taucorder/helpers.go:11
↓ 1 callers
Function
deleteEmpty
(s []string)
utils/swarm.go:51
↓ 1 callers
Function
deleteEmpty
(s []string)
pkg/taucorder/service/node.go:23
↓ 1 callers
Method
deploy
Main deployment method.
pkg/spore-drive/clients/py/example/displace.py:283
↓ 1 callers
Method
deploy_platform
Deploy the platform using Spore Drive.
pkg/spore-drive/clients/py/example/displace.py:209
↓ 1 callers
Function
dereferencePtrToStructIfNeeded
(v reflect.Value, tagName string)
utils/mapstructure/mapstructure.go:1364
↓ 1 callers
Method
detectRootlesskitNetwork
detectRootlesskitNetwork detects the best network driver for rootlesskit
pkg/containers/backends/containerd/daemon.go:379
↓ 1 callers
Method
detectTools
detectTools detects available rootless tools
pkg/containers/backends/containerd/rootless.go:38
↓ 1 callers
Function
devHttp
(ctx context.Context, enableHttps bool, ops ...options.Option)
pkg/http-auto/new.go:35
↓ 1 callers
Method
directory
()
services/monkey/fixtures/compile/library.go:48
↓ 1 callers
Method
directory
()
services/monkey/fixtures/compile/website.go:53
↓ 1 callers
Method
discover
()
p2p/streams/client/client.go:254
↓ 1 callers
Method
displace
()
pkg/spore-drive/drive/service/course.go:45
↓ 1 callers
Method
displaceHandler
(hypha *course.Hypha, progressCh chan<- Progress)
pkg/spore-drive/drive/displace.go:407
↓ 1 callers
Method
display
()
services/monkey/fixtures/compile/types.go:25
↓ 1 callers
Function
displayConfig
(pid string, config *config.Node)
cli/app/show_config.go:13
↓ 1 callers
Method
display_progress
Display progress with host and task information.
pkg/spore-drive/clients/py/example/progress.py:51
↓ 1 callers
Method
do
(op: Op)
pkg/spore-drive/clients/js/src/ConfigClient.ts:52
↓ 1 callers
Method
do
Execute configuration operation.
pkg/spore-drive/clients/py/spore_drive/clients.py:100
↓ 1 callers
Function
domById
(project projectLib.Project, _id string, app string)
pkg/config-compiler/decompile/common.go:99
↓ 1 callers
Function
domain
(project projectLib.Project, _id string, obj interface{}, appName string)
pkg/config-compiler/decompile/domain.go:11
↓ 1 callers
Method
doneHandler
Done handler
services/patrick/api.go:284
↓ 1 callers
Function
downloadAndExtractBinary
()
tools/taucorder/npm/index.js:52
↓ 1 callers
Function
downloadAndExtractBinary
()
tools/dream/npm/index.js:52
↓ 1 callers
Method
downloadAndExtractBinary
()
pkg/spore-drive/clients/js/src/Service.ts:127
↓ 1 callers
Method
downloadAndExtractBinary
()
pkg/taucorder/clients/js/src/Service.ts:116
↓ 1 callers
Method
downloadAsset
Download asset handler
services/patrick/api.go:660
↓ 1 callers
Function
downloadFile
(url string, w io.Writer)
pkg/vm/backend/url/backend_test.go:13
↓ 1 callers
Function
editObject
(ctx *cli.Context, prev *structureSpec.Storage)
tools/tau/prompts/storage/edit.go:62
↓ 1 callers
Function
editStreaming
(ctx *cli.Context, prev *structureSpec.Storage)
tools/tau/prompts/storage/edit.go:52
↓ 1 callers
Function
embedGitToken
TODO support other git providers
pkg/git/helpers.go:96
↓ 1 callers
Function
encode
(data interface{})
services/tns/engine/codec.go:28
↓ 1 callers
Method
equals
(a: Empty | PlainMessage<Empty> | undefined, b: Empty | PlainMessage<Empty> | undefined)
pkg/spore-drive/clients/js/gen/health/v1/health_pb.ts:74
↓ 1 callers
Function
errOption
()
pkg/vm/context/context_test.go:22
↓ 1 callers
Function
errorClientPull
(err error)
pkg/containers/errors.go:42
↓ 1 callers
Function
errorContainerCreate
(image string, err error)
pkg/containers/errors.go:54
↓ 1 callers
Function
errorContainerExitCode
(id core.ContainerID, image string, code int)
pkg/containers/errors.go:70
↓ 1 callers
Function
errorContainerInspect
(id core.ContainerID, image string, err error)
pkg/containers/errors.go:66
↓ 1 callers
Function
errorContainerLogs
(id core.ContainerID, image string, err error)
pkg/containers/errors.go:74
↓ 1 callers
Function
errorContainerOptions
(image string, err error)
pkg/containers/errors.go:50
↓ 1 callers
Function
errorContainerStart
(id core.ContainerID, image string, err error)
pkg/containers/errors.go:58
← previous
next →
3,701–3,800 of 13,103, ranked by callers