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
Method
Put
(ctx context.Context, key string, v []byte)
pkg/kvdb/methods.go:17
Method
Put
(key string, value []byte)
pkg/kvdb/methods.go:92
Method
Put
Put inserts the data, indexed by key
pkg/kvdb/mock/mock.go:110
Method
Put
Batch implementation Put adds a put operation to the batch
pkg/kvdb/mock/mock.go:329
Method
Put
(ctx context.Context, key datastore.Key, value []byte)
p2p/datastores/mem/mem.go:191
Method
Put
(ctx context.Context, name string, data []byte)
services/auth/acme/store/store_test.go:243
Method
Put
(ctx context.Context, key string, value []byte)
services/patrick/api_stream_handlers_test.go:100
Method
Put
(ctx context.Context, key string, v []byte)
services/substrate/components/database/kv/methods.go:20
Method
Put
(ctx context.Context, key string, v []byte)
services/substrate/components/database/globals/p2p/stream/mock_test.go:151
Method
Put
(path string, data interface{}, ret interface{})
clients/http/methods.go:61
Function
Query
(library *structureSpec.Library)
tools/tau/table/library/query.go:8
Function
Query
(function *structureSpec.Function)
tools/tau/table/function/query.go:8
Function
Query
(messaging *structureSpec.Messaging)
tools/tau/table/messaging/query.go:8
Function
Query
(database *structureSpec.Database)
tools/tau/table/database/query.go:8
Function
Query
(project *client.Project, repos *client.RawRepoDataOuter, description string)
tools/tau/table/project/query.go:12
Function
Query
(service *structureSpec.Service)
tools/tau/table/service/query.go:10
Function
Query
(storage *structureSpec.Storage)
tools/tau/table/storage/query.go:8
Function
Query
(domain *structureSpec.Domain)
tools/tau/table/domain/query.go:8
Function
Query
(smartops *structureSpec.SmartOp)
tools/tau/table/smartops/query.go:8
Function
Query
(app *structureSpec.App)
tools/tau/table/application/query.go:10
Function
Query
(website *structureSpec.Website)
tools/tau/table/website/query.go:8
Method
Query
()
tools/tau/cli/commands/resources/library/query.go:12
Method
Query
()
tools/tau/cli/commands/resources/function/query.go:12
Method
Query
()
tools/tau/cli/commands/resources/messaging/query.go:12
Method
Query
()
tools/tau/cli/commands/resources/database/query.go:12
Method
Query
()
tools/tau/cli/commands/resources/project/query.go:14
Method
Query
()
tools/tau/cli/commands/resources/service/query.go:12
Method
Query
()
tools/tau/cli/commands/resources/storage/query.go:12
Method
Query
()
tools/tau/cli/commands/resources/domain/query.go:16
Method
Query
()
tools/tau/cli/commands/resources/smartops/query.go:12
Method
Query
()
tools/tau/cli/commands/resources/application/query.go:11
Method
Query
()
tools/tau/cli/commands/resources/website/query.go:12
Method
Query
(ctx context.Context, q query.Query)
p2p/datastores/mem/mem.go:104
Method
Rare
TODO: Add cids to dht
clients/p2p/hoarder/rare.go:11
Method
Raw
()
tools/tau/cli/common/create.go:17
Method
Raw
(*service.RawRouteDefinition)
pkg/http/mocks/unimplemented.go:31
Method
Raw
(def *service.RawRouteDefinition)
pkg/http/basic/routes.go:36
Method
Raw
()
p2p/streams/command/command.go:59
Method
Raw
(def *httpPkg.RawRouteDefinition)
services/patrick/api_http_routes_test.go:29
Method
RawCall
(ctx context.Context, args ...uint64)
pkg/vm/service/wazero/function_instance.go:16
Method
RawResponse
()
pkg/http/types.go:115
Method
RawResponse
()
pkg/http/context/methods.go:9
Method
RawResponse
()
services/auth/common_test.go:166
Method
RawResponse
()
services/auth/mock_types_test.go:69
Method
RawResponse
()
services/auth/mock_types_test.go:191
Method
RawResponse
()
services/auth/api_domain_repository_test.go:626
Method
RawResponse
()
services/patrick/github_test.go:176
Method
RawResponse
()
services/substrate/components/pubsub/websocket/handler_test.go:29
Method
Read
(p []byte)
utils/readerutil/bufreaderat_test.go:11
Method
Read
(p []byte)
utils/readerutil/fakeseeker.go:45
Method
Read
(p []byte)
utils/readerutil/countingreader.go:12
Method
Read
(p []byte)
pkg/mycelium/auth/all_test.go:126
Method
Read
(p []byte)
pkg/cli/io/progress/progressreader.go:99
Method
Read
(p []byte)
pkg/vm-low-orbit/memory/reader.go:19
Method
Read
Writes to a buffer pointer of size
pkg/vm-low-orbit/helpers/methods.go:11
Method
Read
(b []byte)
pkg/raft/encryption.go:41
Method
Read
(p []byte)
pkg/raft/fsm_snapshot_test.go:255
Method
Read
Read implements io.Reader for callReader
pkg/vm/logger/reader.go:241
Method
Read
(p []byte)
pkg/vm/backend/dfs/reader.go:17
Method
Read
(p []byte)
pkg/vm/service/wazero/output.go:20
Method
Read
(p []byte)
pkg/vm/service/wazero/output.go:106
Method
Read
(offset, byteCount uint32)
pkg/vm/service/wazero/callBridge/methods.go:69
Method
Read
(p []byte)
p2p/streams/tunnels/http/body.go:31
Method
ReadAt
(p []byte, off int64)
utils/readerutil/bufreaderat.go:16
Method
ReadBigInt
(module common.Module, ptr uint32, size uint32, )
pkg/vm-low-orbit/helpers/ints.go:51
Method
ReadBool
( module common.Module, val uint32, )
pkg/vm-low-orbit/helpers/bool.go:21
Method
ReadByte
ReadByte reads a single byte from the underlying buffer at the offset or returns false if out of range.
core/vm/memory.go:11
Method
ReadByte
(ptr uint32)
pkg/vm-orbit/satellite/module_helpers.go:9
Method
ReadByte
(offset uint32)
pkg/vm/service/wazero/callBridge/methods.go:45
Method
ReadBytesSlice
(ptr uint32, size uint32)
pkg/vm-orbit/satellite/module_helpers.go:116
Method
ReadBytesSlice
(module common.Module, ptr, size uint32)
pkg/vm-low-orbit/helpers/bytes.go:188
Method
ReadCid
(module common.Module, ptr uint32)
pkg/vm-low-orbit/helpers/cid.go:11
Method
ReadConfig
ReadConfig reads the config.yaml file from the repository returning a common.ProjectConfig and an error
clients/http/auth/git/github/client.go:109
Method
ReadFloat32Le
(offset uint32)
pkg/vm/service/wazero/callBridge/methods.go:57
Method
ReadFloat64Le
(offset uint32)
pkg/vm/service/wazero/callBridge/methods.go:65
Method
ReadMessage
()
services/substrate/components/pubsub/websocket/datastream_test.go:50
Method
ReadString
(ptr uint32, size uint32)
pkg/vm-orbit/satellite/module_helpers.go:68
Method
ReadString
(module common.Module, ptr, len uint32)
pkg/vm-low-orbit/helpers/strings.go:8
Method
ReadString
(offset, byteCount uint32)
pkg/vm/service/wazero/callBridge/methods.go:73
Method
ReadStringSlice
(ptr uint32, size uint32)
pkg/vm-orbit/satellite/module_helpers.go:86
Method
ReadStringSlice
****************************************** STRING SLICES ****************************************/
pkg/vm-low-orbit/helpers/slices.go:11
Method
ReadUint16
(ptr uint32)
pkg/vm-orbit/satellite/module_helpers.go:23
Method
ReadUint16Le
(offset uint32)
pkg/vm/service/wazero/callBridge/methods.go:49
Method
ReadUint32
(ptr uint32)
pkg/vm-orbit/satellite/module_helpers.go:38
Method
ReadUint32Le
(offset uint32)
pkg/vm/service/wazero/callBridge/methods.go:53
Method
ReadUint64
(ptr uint32)
pkg/vm-orbit/satellite/module_helpers.go:53
Method
ReadUint64Le
ReadUint64Le reads a uint64 in little-endian encoding from the underlying buffer at the offset or returns false if out of range.
core/vm/memory.go:27
Method
ReadUint64Le
(module common.Module, ptr uint32)
pkg/vm-low-orbit/helpers/ints.go:42
Method
ReadUint64Le
(offset uint32)
pkg/vm/service/wazero/callBridge/methods.go:61
Method
ReadUint64Slice
(module common.Module, ptr, len uint32)
pkg/vm-low-orbit/helpers/slices.go:88
Method
ReadUint64Slice
(module common.Module, ptr, len uint32)
pkg/vm-low-orbit/helpers/types.go:38
Method
Ready
()
core/services/substrate/components/types.go:43
Method
Ready
(timeout time.Duration)
dream/api/api.go:63
Method
Ready
()
services/substrate/components/http/function/methods.go:35
Method
Ready
()
services/substrate/components/http/website/methods.go:40
Method
Ready
()
services/substrate/components/p2p/function/function.go:99
Method
Ready
()
services/substrate/components/pubsub/function/function.go:75
Method
Ready
()
services/substrate/runtime/instantiate.go:42
Method
Ready
()
services/substrate/runtime/cache/cache_test.go:159
Method
Recv
(r io.Reader, w io.Writer)
p2p/streams/packer/packer.go:144
← previous
next →
7,501–7,600 of 13,103, ranked by callers