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
↓ 2 callers
Method
Merge
(ctx context.Context, object *flat.Object)
services/tns/engine/run.go:11
↓ 2 callers
Method
Meta
(ctx context.Context, in *Empty, opts ...grpc.CallOption)
pkg/vm-orbit/proto/orbit_grpc.pb.go:31
↓ 2 callers
Method
Metrics
()
services/substrate/components/http/website/website.go:56
↓ 2 callers
Method
MonkeyClient
()
tools/taucorder/prompt/ifaces.go:31
↓ 2 callers
Function
NameFlagSelectedArg0
(selected string)
tools/tau/cli/common/options/name.go:48
↓ 2 callers
Function
Names
(c *cli.Command)
tools/dream/cli/command/names.go:8
↓ 2 callers
Function
New
()
tools/tau/cli/new.go:33
↓ 2 callers
Function
New
(i vm.Instance, helper helpers.Methods)
pkg/vm-low-orbit/crypto/rand/factory.go:8
↓ 2 callers
Function
New
(ctx context.Context, mem vm.Memory, offset uint32, size uint32)
pkg/vm-low-orbit/memory/reader.go:44
↓ 2 callers
Function
New
(i vm.Instance, helper helpers.Methods)
pkg/vm-low-orbit/i2mv/fifo/factory.go:8
↓ 2 callers
Function
New
(i vm.Instance, helper helpers.Methods)
pkg/vm-low-orbit/i2mv/memoryView/factory.go:8
↓ 2 callers
Function
New
(i vm.Instance, service dbIface.Service, helper helpers.Methods)
pkg/vm-low-orbit/globals/factory.go:9
↓ 2 callers
Function
New
(ctx context.Context, config *tauConfig.Node)
services/hoarder/service.go:22
↓ 2 callers
Function
New
(ctx context.Context, config *tauConfig.Node)
services/monkey/service.go:43
↓ 2 callers
Function
New
(db kvdb.KVDB, prefix ...string)
services/tns/engine/new.go:7
↓ 2 callers
Function
New
(ctx context.Context, config *tauConfig.Node)
services/gateway/new.go:20
↓ 2 callers
Function
New
TODO: close on error
services/substrate/new.go:29
↓ 2 callers
Function
New
(size uint64, name string, logger log.StandardLogger, factory kvdb.Factory)
services/substrate/components/database/kv/new.go:13
↓ 2 callers
Function
New
(ctx context.Context, _type uint32, srv iface.Service, project, application string, config *structureSpec.Serv
services/substrate/components/p2p/service/new.go:10
↓ 2 callers
Function
New
(srv substrate.Service)
services/substrate/components/counters/unimplemented.go:10
↓ 2 callers
Function
New
(ctx context.Context, options ...Option)
clients/http/new.go:10
↓ 2 callers
Function
New
New returns a new Client based on the options provided and an error
clients/http/auth/new.go:13
↓ 2 callers
Function
New
(ctx context.Context, provider, token string)
clients/http/auth/git/client.go:11
↓ 2 callers
Function
New
(ctx context.Context, options ...Option)
clients/http/dream/new.go:10
↓ 2 callers
Function
New
(ctx context.Context, node peer.Node)
clients/p2p/auth/client.go:13
↓ 2 callers
Function
New
(ctx context.Context, node peer.Node)
clients/p2p/patrick/client.go:12
↓ 2 callers
Function
New
(ctx context.Context, node peer.Node)
clients/p2p/monkey/client.go:28
↓ 2 callers
Function
New
(ctx context.Context, node peer.Node)
clients/p2p/tns/client.go:23
↓ 2 callers
Function
New
(ctx context.Context, node peer.Node, registry *sensors.Registry)
clients/p2p/seer/client.go:21
↓ 2 callers
Function
New
(ctx context.Context, node peer.Node, ops ...Option)
clients/p2p/substrate/new.go:13
↓ 2 callers
Function
NewBackend
NewBackend creates a backend instance using the registered factory from core
pkg/containers/registry.go:13
↓ 2 callers
Method
NewChildContextWithCancel
()
p2p/peer/type.go:44
↓ 2 callers
Method
NewFolder
(name string)
p2p/peer/type.go:45
↓ 2 callers
Function
NewFull
(ctx context.Context, repoPath interface{}, privateKey []byte, swarmKey []byte, swarmListen []string, swarmAnn
p2p/peer/peer.go:150
↓ 2 callers
Function
NewGitHubClient
(ctx context.Context, token string)
services/auth/github_client.go:53
↓ 2 callers
Function
NewNoName
NewNoName like new returns a Basic which is embedded into a resource the only difference is no name is taken in the function or checked
pkg/schema/basic/new.go:42
↓ 2 callers
Function
NewPlugin
(failInstance bool)
pkg/vm/service/wazero/mocks/new.go:3
↓ 2 callers
Function
NewPublic
(ctx context.Context, repoPath interface{}, privateKey []byte, swarmKey []byte, swarmListen []string, swarmAnn
p2p/peer/peer.go:160
↓ 2 callers
Function
NewRaw
()
core/p2p/keypair/keypair.go:42
↓ 2 callers
Function
NewUUID
TODO: Move this to utils Source https://play.golang.org/p/4FkNSiUDMg
services/auth/crypto/helpers.go:13
↓ 2 callers
Function
NewWithBootstrapList
(ctx context.Context, repoPath interface{}, privateKey []byte, swarmKey []byte, swarmListen []string, swarmAnn
p2p/peer/peer.go:140
↓ 2 callers
Method
NodeInfo
(context.Context, *connect.Request[v1.NodeInfoRequest])
pkg/sensors/proto/gen/sensors/v1/sensorsv1connect/sensors.connect.go:45
↓ 2 callers
Method
Open
(project config.Project, url string)
tools/tau/lib/repository/open.go:15
↓ 2 callers
Function
Output
* Output is an Option to set the repository output. * * output: The output to use. */
pkg/git/options.go:29
↓ 2 callers
Function
Package
()
services/patrick/package.go:17
↓ 2 callers
Function
Pad
Pad returns a buffer of the original data with padded trailing 0s of length of given paddingSize
utils/slices/bytes/padding.go:9
↓ 2 callers
Method
ParamTypes
ParamTypes are the possibly empty sequence of value types accepted by a function with this signature.
core/vm/instance.go:50
↓ 2 callers
Function
ParseConfigCodeFlags
(ctx *cli.Context)
tools/tau/flags/project/code_or_config.go:20
↓ 2 callers
Method
Path
Path gets the absolute path of the directory
utils/fs/dir/methods.go:31
↓ 2 callers
Function
Paths
(value []string)
pkg/schema/functions/set.go:51
↓ 2 callers
Function
Pipe
()
pkg/tcc/taubyte/v1/decompile/pass3/pipe.go:9
↓ 2 callers
Function
Pipe
()
pkg/tcc/taubyte/v1/decompile/pass1/pipe.go:9
↓ 2 callers
Function
Pipe
()
pkg/tcc/taubyte/v1/decompile/pass2/pipe.go:9
↓ 2 callers
Function
Pipe
()
pkg/tcc/taubyte/v1/pass3/pipe.go:9
↓ 2 callers
Function
Pipe
()
pkg/tcc/taubyte/v1/pass1/pipe.go:9
↓ 2 callers
Function
Pipe
()
pkg/tcc/taubyte/v1/pass2/pipe.go:9
↓ 2 callers
Function
Pipe
(branch string)
pkg/tcc/taubyte/v1/pass4/pipe.go:9
↓ 2 callers
Function
Plugin
()
pkg/vm-low-orbit/common.go:88
↓ 2 callers
Function
Port
(port uint16)
pkg/mycelium/host/attrs.go:63
↓ 2 callers
Function
Preserve
* Preserve is an Option to set the repository to be preserved. * For use with Temporary to keep the tmp/repo-* directory alive * * Returns error if
pkg/git/options.go:125
↓ 2 callers
Function
Project
()
pkg/tcc/taubyte/v1/decompile/pass3/project.go:10
↓ 2 callers
Function
Project
(projectId string)
pkg/vm/context/options.go:5
↓ 2 callers
Method
Project
()
services/substrate/components/pubsub/common/messaging_map.go:15
↓ 2 callers
Function
ProjectDomainCount
(project project.Project)
tools/tau/lib/domain/methods.go:56
↓ 2 callers
Function
ProjectPrefix
(projectId, branch, commit string)
pkg/specs/methods/project.go:7
↓ 2 callers
Function
Provider
Provider returns an Option that will set the git provider of the client currently only github is supported
clients/http/options.go:33
↓ 2 callers
Method
PubSubSubscribeToTopic
(topic *pubsub.Topic, handler PubSubConsumerHandler, err_handler PubSubConsumerErrorHandler)
p2p/peer/type.go:53
↓ 2 callers
Method
PublicKeys
(ctx context.Context, opts ...PublicKeyOption)
core/services/auth/client.go:34
↓ 2 callers
Method
PullCmd
()
tools/tau/cli/commands/resources/repository/types.go:64
↓ 2 callers
Method
PushCmd
()
tools/tau/cli/commands/resources/repository/types.go:63
↓ 2 callers
Function
PushJob
(gitPayload []byte, patrickURL string, repo Repository)
dream/helpers/helpers.go:101
↓ 2 callers
Method
Query
()
tools/tau/cli/commands/resources/builds/query.go:16
↓ 2 callers
Method
RawCall
(ctx context.Context, args ...uint64)
core/vm/instance.go:97
↓ 2 callers
Method
ReadByte
(ptr uint32)
pkg/vm-orbit/satellite/types.go:37
↓ 2 callers
Method
ReadBytesSlice
(ptr uint32, size uint32)
pkg/vm-orbit/satellite/types.go:57
↓ 2 callers
Method
ReadBytesSlice
(module common.Module, ptr, size uint32)
pkg/vm-low-orbit/helpers/types.go:27
↓ 2 callers
Method
ReadConfig
(owner, repo string)
clients/http/auth/git/common/types.go:14
↓ 2 callers
Method
ReadString
(ptr uint32, size uint32)
pkg/vm-orbit/satellite/types.go:49
↓ 2 callers
Method
ReadStringSlice
(ptr uint32, size uint32)
pkg/vm-orbit/satellite/types.go:53
↓ 2 callers
Method
ReadStringSlice
(module common.Module, ptr, len uint32)
pkg/vm-low-orbit/helpers/types.go:32
↓ 2 callers
Method
Register
(repoID string)
core/services/auth/client.go:83
↓ 2 callers
Method
Register
(node peer.Node, name string, ports map[string]int)
dream/universe.go:115
↓ 2 callers
Function
RegisterBackend
RegisterBackend registers a backend factory This is called by backend init() functions
pkg/containers/core/registry.go:10
↓ 2 callers
Method
RegisterDomain
(fqdn, projectID string)
core/services/auth/client.go:18
↓ 2 callers
Method
RegisterJob
(ctx context.Context, newJob *iface.Job)
services/patrick/github.go:141
↓ 2 callers
Function
RegisterTestRepositories
(ctx context.Context, authClient auth.Client, repos ...Repository)
dream/helpers/helpers.go:54
↓ 2 callers
Function
RenderKeyValue
RenderKeyValue outputs [][]string key-value data in the current format. Returns true if output was handled (json/toon), false if caller should render
tools/tau/output/output.go:28
↓ 2 callers
Function
RenderTableWithMerge
(data [][]string)
tools/tau/prompts/tables.go:62
↓ 2 callers
Function
RepositoryInfo
(ctx *cli.Context, library *structureSpec.Library, new bool)
tools/tau/prompts/library/repository.go:16
↓ 2 callers
Function
RepositoryInfo
(ctx *cli.Context, website *structureSpec.Website, new bool)
tools/tau/prompts/website/repository.go:20
↓ 2 callers
Function
RequiredNoCharLimit
(val string)
tools/tau/validate/variable.go:154
↓ 2 callers
Function
RequiredStringWithValidator
(c *cli.Context, prompt string, f stringPromptMethod, validator validateStringMethod, prev ...string)
tools/tau/prompts/string.go:23
↓ 2 callers
Function
Resource
(resourceId string)
pkg/vm/context/options.go:19
↓ 2 callers
Method
ResourceMethods
()
pkg/schema/project/types.go:24
↓ 2 callers
Function
Root
(attrs []*Attribute, children ...*Node)
pkg/tcc/engine/helpers.go:62
↓ 2 callers
Method
Run
(obj interface{})
pkg/schema/common/mapper.go:8
↓ 2 callers
Method
Run
(ctx context.Context)
services/monkey/jobs/run.go:17
↓ 2 callers
Function
SchemaDefinition
(root *Node)
pkg/tcc/engine/schema.go:31
↓ 2 callers
Function
SeerFQDN
(c context.Context, fqdn string)
tools/tau/validate/seer.go:10
↓ 2 callers
Function
Select
(ctx *cli.Context, name string, setDefault bool)
tools/tau/cli/commands/login/select.go:9
← previous
next →
2,201–2,300 of 13,103, ranked by callers