MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / FileJoinCommand

Method FileJoinCommand

pkg/wshrpc/wshrpctypes_file.go:25–25  ·  view source on GitHub ↗
(ctx context.Context, paths []string)

Source from the content-addressed store, hash-verified

23 FileInfoCommand(ctx context.Context, data FileData) (*FileInfo, error)
24 FileListCommand(ctx context.Context, data FileListData) ([]*FileInfo, error)
25 FileJoinCommand(ctx context.Context, paths []string) (*FileInfo, error)
26 FileListStreamCommand(ctx context.Context, data FileListData) <-chan RespOrErrorUnion[CommandRemoteListEntriesRtnData]
27 FileStreamCommand(ctx context.Context, data CommandFileStreamData) (*FileInfo, error)
28}

Callers 2

resolveRemoteFileFunction · 0.65

Implementers 2

RpcApiTypefrontend/app/store/wshclientapi.ts
WshServerpkg/wshrpc/wshserver/wshserver.go

Calls

no outgoing calls

Tested by

no test coverage detected