MCPcopy Create free account

hub / github.com/taubyte/tau / functions

Functions13,103 in github.com/taubyte/tau

↓ 1 callersFunctioncopyDir
copyDir copies srcDir into dstDir (dstDir must not exist or be empty for predictable result).
tools/tau/e2e_tests/ping_fixture.go:45
↓ 1 callersFunctioncopyFile
(src string, dst string)
tools/tau/templates/clone.go:92
↓ 1 callersFunctioncopyFile
(src string, dst string)
pkg/cli/singletons/templates/clone.go:90
↓ 1 callersFunctioncopyFiles
(src, dst string, filter func(f os.DirEntry) bool)
tools/tau/templates/clone.go:57
↓ 1 callersFunctioncopyFiles
(src, dst string, filter func(f os.DirEntry) bool)
pkg/cli/singletons/templates/clone.go:55
↓ 1 callersFunctioncopyFs
(dstFs, srcFs afero.Fs)
pkg/spore-drive/config/service/serve.go:29
↓ 1 callersFunctioncors
(w http.ResponseWriter, r *http.Request)
dream/cors/handler.go:11
↓ 1 callersMethodcorsHttp
()
dream/api/cors_http.go:10
↓ 1 callersFunctioncreateConfig
()
pkg/spore-drive/mycelium/map_test.go:44
↓ 1 callersFunctioncreateConfig
(config: Config)
pkg/spore-drive/examples/js/basic/src/index.ts:3
↓ 1 callersFunctioncreateConfig
( mock_client: PromiseClient<typeof MockSSHService>, config: Config )
pkg/spore-drive/clients/js/src/drive.test.ts:22
↓ 1 callersFunctioncreateConfigWithSet
(config: Config)
pkg/spore-drive/clients/js/src/config.test.ts:72
↓ 1 callersMethodcreateDatabasePointer
(database database.Database)
pkg/vm-low-orbit/database/client/database.go:8
↓ 1 callersFunctioncreateLiteNode
(ctx context.Context, conf *config.Node, shape, storagePath string)
cli/node/helpers.go:18
↓ 1 callersFunctioncreateMockServiceForEmptyPicks
Helper function to create a mock service for empty picks tests
services/substrate/components/pubsub/websocket/handler_test.go:70
↓ 1 callersFunctioncreateMockServiceForLookupError
Helper function to create a mock service for lookup error tests
services/substrate/components/pubsub/websocket/handler_test.go:59
↓ 1 callersFunctioncreateMockWebSocketConnection
Helper function to create a mock websocket connection
services/substrate/components/pubsub/websocket/handler_test.go:346
↓ 1 callersFunctioncreateNodes
(ctx context.Context, storagePath, shape string, conf *config.Node)
cli/node/helpers.go:59
↓ 1 callersMethodcreateProjectStream
createProjectStream handles project creation over p2p streams
services/auth/api_hooks.go:137
↓ 1 callersFunctioncreateReadErrorConnection
Helper function to create a mock connection that returns read error
services/substrate/components/pubsub/websocket/datastream_test.go:214
↓ 1 callersMethodcreateRootlesskitWrapper
createRootlesskitWrapper creates a shell script that does bind-mounts and execs containerd
pkg/containers/backends/containerd/daemon.go:226
↓ 1 callersMethodcreateService
(name string, config *commonIface.ServiceConfig)
dream/service.go:32
↓ 1 callersFunctioncreateSuccessfulReadConnection
Helper function to create a mock connection that reads successfully
services/substrate/components/pubsub/websocket/datastream_test.go:204
↓ 1 callersFunctioncreateTestDir
(t *testing.T)
services/patrick/service_test.go:16
↓ 1 callersMethodcreateTransport
()
pkg/raft/cluster.go:308
↓ 1 callersFunctioncreateWsHandler
(srv pubsubIface.ServiceWithLookup, ctx service.Context, conn service.WebSocketConnection)
services/substrate/components/pubsub/websocket/handler.go:149
↓ 1 callersFunctioncreate_config_with_set
Create a test configuration using the set method approach.
pkg/spore-drive/clients/py/tests/test_config_integration.py:108
↓ 1 callersFunctioncreate_example_files
Create example configuration files.
pkg/spore-drive/clients/py/example/utils.py:17
↓ 1 callersFunctioncreate_test_config
Create a test configuration with all major components.
pkg/spore-drive/clients/py/tests/test_drive.py:46
↓ 1 callersMethodcurrent
(ifaceList []interface{}, branch string)
clients/p2p/tns/client.go:201
↓ 1 callersFunctioncyanBullet
(name string)
tools/tau/cli/commands/resources/project/delete.go:240
↓ 1 callersFunctiondatabase
(project projectLib.Project, _id string, obj interface{}, appName string)
pkg/config-compiler/decompile/database.go:11
↓ 1 callersFunctiondataclass_validation_example
Example demonstrating dataclass validation.
pkg/spore-drive/clients/py/example_pythonic.py:120
↓ 1 callersFunctiondebugProcessTree
debugProcessTree dumps the full process ancestry from getppid() to root (pid 1 or unknown).
tools/tau/session/discovery.go:25
↓ 1 callersFunctiondebugProcessTreeNative
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 callersMethoddecodeArray
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:977
↓ 1 callersMethoddecodeBasic
This decodes a basic type (bool, int, string, etc.) and sets the value to "data" of that type.
utils/mapstructure/mapstructure.go:303
↓ 1 callersMethoddecodeBool
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:517
↓ 1 callersMethoddecodeFloat
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:562
↓ 1 callersMethoddecodeFunc
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:880
↓ 1 callersMethoddecodeInt
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:413
↓ 1 callersMethoddecodeMapFromMap
(name string, dataVal reflect.Value, val reflect.Value, valMap reflect.Value)
utils/mapstructure/mapstructure.go:664
↓ 1 callersMethoddecodeMapFromSlice
(name string, dataVal reflect.Value, val reflect.Value, valMap reflect.Value)
utils/mapstructure/mapstructure.go:645
↓ 1 callersMethoddecodePtr
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:833
↓ 1 callersMethoddecodeSlice
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:898
↓ 1 callersMethoddecodeString
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:361
↓ 1 callersMethoddecodeStruct
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:1042
↓ 1 callersMethoddecodeUint
(name string, data interface{}, val reflect.Value)
utils/mapstructure/mapstructure.go:460
↓ 1 callersFunctiondecodeViaJSON
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 callersFunctiondecryptAndBase64Decode
Helper function to base64 decode then decrypt
cli/app/export_config_test.go:115
↓ 1 callersMethoddefaultClients
()
dream/universeHelpers.go:12
↓ 1 callersMethoddefaultModuleFunctions
()
pkg/vm/service/wazero/runtime.go:184
↓ 1 callersMethoddefaultOptions
()
clients/p2p/substrate/methods.go:19
↓ 1 callersFunctiondefaultPortsToOpen
()
pkg/spore-drive/drive/displace.go:398
↓ 1 callersFunctiondefineCLI
(ctx *common.Context)
tools/dream/main.go:78
↓ 1 callersMethoddelete
()
pkg/spore-drive/clients/js/src/Config.ts:509
↓ 1 callersMethoddelete
Delete host shape.
pkg/spore-drive/clients/py/spore_drive/operations.py:587
↓ 1 callersMethoddelete
Delete shape.
pkg/spore-drive/clients/py/spore_drive/operations.py:730
↓ 1 callersMethoddelete
* Delete X509 certificate * @param certId Certificate ID * @returns Empty response
pkg/taucorder/clients/js/src/X509.ts:55
↓ 1 callersFunctiondeleteEmpty
(s []string)
tools/taucorder/helpers.go:11
↓ 1 callersFunctiondeleteEmpty
(s []string)
utils/swarm.go:51
↓ 1 callersFunctiondeleteEmpty
(s []string)
pkg/taucorder/service/node.go:23
↓ 1 callersMethoddeploy
Main deployment method.
pkg/spore-drive/clients/py/example/displace.py:283
↓ 1 callersMethoddeploy_platform
Deploy the platform using Spore Drive.
pkg/spore-drive/clients/py/example/displace.py:209
↓ 1 callersFunctiondereferencePtrToStructIfNeeded
(v reflect.Value, tagName string)
utils/mapstructure/mapstructure.go:1364
↓ 1 callersMethoddetectRootlesskitNetwork
detectRootlesskitNetwork detects the best network driver for rootlesskit
pkg/containers/backends/containerd/daemon.go:379
↓ 1 callersMethoddetectTools
detectTools detects available rootless tools
pkg/containers/backends/containerd/rootless.go:38
↓ 1 callersFunctiondevHttp
(ctx context.Context, enableHttps bool, ops ...options.Option)
pkg/http-auto/new.go:35
↓ 1 callersMethoddirectory
()
services/monkey/fixtures/compile/library.go:48
↓ 1 callersMethoddirectory
()
services/monkey/fixtures/compile/website.go:53
↓ 1 callersMethoddiscover
()
p2p/streams/client/client.go:254
↓ 1 callersMethoddisplace
()
pkg/spore-drive/drive/service/course.go:45
↓ 1 callersMethoddisplaceHandler
(hypha *course.Hypha, progressCh chan<- Progress)
pkg/spore-drive/drive/displace.go:407
↓ 1 callersMethoddisplay
()
services/monkey/fixtures/compile/types.go:25
↓ 1 callersFunctiondisplayConfig
(pid string, config *config.Node)
cli/app/show_config.go:13
↓ 1 callersMethoddisplay_progress
Display progress with host and task information.
pkg/spore-drive/clients/py/example/progress.py:51
↓ 1 callersMethoddo
(op: Op)
pkg/spore-drive/clients/js/src/ConfigClient.ts:52
↓ 1 callersMethoddo
Execute configuration operation.
pkg/spore-drive/clients/py/spore_drive/clients.py:100
↓ 1 callersFunctiondomById
(project projectLib.Project, _id string, app string)
pkg/config-compiler/decompile/common.go:99
↓ 1 callersFunctiondomain
(project projectLib.Project, _id string, obj interface{}, appName string)
pkg/config-compiler/decompile/domain.go:11
↓ 1 callersMethoddoneHandler
Done handler
services/patrick/api.go:284
↓ 1 callersFunctiondownloadAndExtractBinary
()
tools/taucorder/npm/index.js:52
↓ 1 callersFunctiondownloadAndExtractBinary
()
tools/dream/npm/index.js:52
↓ 1 callersMethoddownloadAndExtractBinary
()
pkg/spore-drive/clients/js/src/Service.ts:127
↓ 1 callersMethoddownloadAndExtractBinary
()
pkg/taucorder/clients/js/src/Service.ts:116
↓ 1 callersMethoddownloadAsset
Download asset handler
services/patrick/api.go:660
↓ 1 callersFunctiondownloadFile
(url string, w io.Writer)
pkg/vm/backend/url/backend_test.go:13
↓ 1 callersFunctioneditObject
(ctx *cli.Context, prev *structureSpec.Storage)
tools/tau/prompts/storage/edit.go:62
↓ 1 callersFunctioneditStreaming
(ctx *cli.Context, prev *structureSpec.Storage)
tools/tau/prompts/storage/edit.go:52
↓ 1 callersFunctionembedGitToken
TODO support other git providers
pkg/git/helpers.go:96
↓ 1 callersFunctionencode
(data interface{})
services/tns/engine/codec.go:28
↓ 1 callersMethodequals
(a: Empty | PlainMessage<Empty> | undefined, b: Empty | PlainMessage<Empty> | undefined)
pkg/spore-drive/clients/js/gen/health/v1/health_pb.ts:74
↓ 1 callersFunctionerrOption
()
pkg/vm/context/context_test.go:22
↓ 1 callersFunctionerrorClientPull
(err error)
pkg/containers/errors.go:42
↓ 1 callersFunctionerrorContainerCreate
(image string, err error)
pkg/containers/errors.go:54
↓ 1 callersFunctionerrorContainerExitCode
(id core.ContainerID, image string, code int)
pkg/containers/errors.go:70
↓ 1 callersFunctionerrorContainerInspect
(id core.ContainerID, image string, err error)
pkg/containers/errors.go:66
↓ 1 callersFunctionerrorContainerLogs
(id core.ContainerID, image string, err error)
pkg/containers/errors.go:74
↓ 1 callersFunctionerrorContainerOptions
(image string, err error)
pkg/containers/errors.go:50
↓ 1 callersFunctionerrorContainerStart
(id core.ContainerID, image string, err error)
pkg/containers/errors.go:58
← previousnext →3,701–3,800 of 13,103, ranked by callers