MCPcopy Create free account

hub / github.com/casouri/collab-mode / functions

Functions852 in github.com/casouri/collab-mode

Methodadd_trusted_host
Add a trusted host to the configuration.
collab_mode/src/config_man.rs:385
Methodaddress
()
worker/worker-configuration.d.ts:11824
Methodafter
(content: string | ReadableStream | Response, options?: ContentOptions)
worker/worker-configuration.d.ts:1541
Methodafter
(content: string | ReadableStream | Response, options?: ContentOptions)
worker/worker-configuration.d.ts:1553
Methodafter
(content: string, options?: ContentOptions)
worker/worker-configuration.d.ts:1560
Methodafter
(content: string | ReadableStream | Response, options?: ContentOptions)
worker/worker-configuration.d.ts:1569
Methodalarm
(alarmInfo?: AlarmInvocationInfo)
worker/worker-configuration.d.ts:502
Methodalarm
()
worker/src/index.ts:275
Methodappend
(content: string, options?: ContentOptions)
worker/worker-configuration.d.ts:1574
Methodapply_remote_op
(&mut self, op: &serde_json::Value)
collab_mode/src/server/transcript_tests.rs:191
Functionapply_watch_files
Reconfigure the watcher to watch exactly the parent dirs of `paths` (canonicalized). Updates the owned `watched_files` and `watched_dirs` sets in plac
collab_mode/src/filewatch_receptor.rs:130
MethodarrayBuffer
()
worker/worker-configuration.d.ts:2053
Methodatob
(data: string)
worker/worker-configuration.d.ts:296
Functionatomic_rename_into_watched_name
()
collab_mode/src/filewatch_receptor.rs:292
Methodbefore
(content: string | ReadableStream | Response, options?: ContentOptions)
worker/worker-configuration.d.ts:1540
Methodbefore
(content: string | ReadableStream | Response, options?: ContentOptions)
worker/worker-configuration.d.ts:1552
Methodbefore
(content: string, options?: ContentOptions)
worker/worker-configuration.d.ts:1559
Methodbefore
(content: string | ReadableStream | Response, options?: ContentOptions)
worker/worker-configuration.d.ts:1568
Functionbench_buffer
Hash the in-memory `GapBuffer<char>` by encoding each char to UTF-8 bytes and feeding the bytes into the hasher.
collab_mode/src/bin/test_hash_speed.rs:112
Functionbench_disk
Hash the file from disk through a BufReader. Returns (avg microseconds per iteration, final hex digest).
collab_mode/src/bin/test_hash_speed.rs:87
Methodblob
()
worker/worker-configuration.d.ts:2057
MethodblockConcurrencyWhile
(callback: () => Promise<T>)
worker/worker-configuration.d.ts:545
MethodbodyUsed
()
worker/worker-configuration.d.ts:2052
Methodbtoa
(data: string)
worker/worker-configuration.d.ts:295
Methodbytes
()
worker/worker-configuration.d.ts:2054
Methodbytes
* Get the raw image data for a hosted image * @returns ReadableStream of image bytes, or null if not found
worker/worker-configuration.d.ts:11611
Methodcancel
Cancel this level and all children.
collab_mode/src/cancel.rs:49
Methodcancelled
Await cancellation of this scope.
collab_mode/src/cancel.rs:54
MethodclearInterval
(timeoutId: number | null)
worker/worker-configuration.d.ts:302
MethodclearTimeout
(timeoutId: number | null)
worker/worker-configuration.d.ts:299
Methodclone
* The **`clone()`** method of the Response interface creates a clone of a response object, identical in every way, but stored in a different variable.
worker/worker-configuration.d.ts:1698
Functionclone_key
Return a clone of `key`.
collab_mode/src/config_man.rs:79
Methodclose
* The **`WebSocket.close()`** method closes the already `CLOSED`, this method does nothing. * * [MDN Reference](https://developer.mozilla.or
worker/worker-configuration.d.ts:3147
Functionclose_stops_propagation
()
collab_mode/src/server/tests/filewatch.rs:190
Methodclosed
()
worker/worker-configuration.d.ts:3225
Methodcomments
(comment: Comment)
worker/worker-configuration.d.ts:1517
Methodcomments
(comment: Comment)
worker/worker-configuration.d.ts:1522
Methodcomplete
(uploadedParts: R2UploadedPart[])
worker/worker-configuration.d.ts:2029
Methodconnect
(socket: Socket)
worker/worker-configuration.d.ts:501
Methodconnect
Connects to `remote_id` via the `transport`.
collab_mode/src/webchannel.rs:382
MethodcontentType
* The content type of the returned image
worker/worker-configuration.d.ts:11698
MethodcontentType
* Returns the MIME type of the transformed media. * @returns A promise containing the content type string (e.g., 'image/jpeg', 'video/mp4')
worker/worker-configuration.d.ts:11770
Functionconvert_remote_err
(err: CollabError)
collab_mode/src/error.rs:10
MethodcountReset
* The **`console.countReset()`** static method resets counter used with console/count_static. * * [MDN Reference](https://developer.mozilla.
worker/worker-configuration.d.ts:123
MethodcreateDirectUpload
* Creates a direct upload that allows video uploads without an API key. * @param params Parameters for the direct upload * @returns The dire
worker/worker-configuration.d.ts:12250
MethodcreateMultipartUpload
(key: string, options?: R2MultipartOptions)
worker/worker-configuration.d.ts:2019
MethodcreateToken
* Create an access token for this repo. * @param scope Token scope: "write" (default) or "read". * @param ttl Time-to-live in seconds (defau
worker/worker-configuration.d.ts:10143
Methodcreate_dtls_cert
Create a DTLS certificate.
collab_mode/src/config_man.rs:49
MethoddatabaseSize
()
worker/worker-configuration.d.ts:3199
Methoddebug
* The **`console.debug()`** static method outputs a message to the console at the 'debug' log level. * * [MDN Reference](https://developer.m
worker/worker-configuration.d.ts:129
Methoddefault
()
collab_mode/src/webchannel.rs:1268
Methoddefault
()
collab_mode/src/config_man.rs:133
Methoddefault
()
collab_mode/src/cancel.rs:113
Methoddelete
(key: string, options?: DurableObjectPutOptions)
worker/worker-configuration.d.ts:562
Methoddelete
(key: string, options?: DurableObjectPutOptions)
worker/worker-configuration.d.ts:575
Methoddelete
(name: string)
worker/worker-configuration.d.ts:624
Methoddelete
(key: Key)
worker/worker-configuration.d.ts:1895
Methoddelete
(key: string)
worker/worker-configuration.d.ts:3416
Methoddelete
* Delete a repository and all associated tokens. * @param name Repository name. * @returns true if deleted, false if not found.
worker/worker-configuration.d.ts:10215
Methoddelete
* Delete a hosted image * @returns True if deleted, false if not found
worker/worker-configuration.d.ts:11623
Methoddelete
* Deletes a video and its copies from Cloudflare Stream. * @returns A promise that resolves when deletion completes. * @throws {NotFoundErro
worker/worker-configuration.d.ts:12284
Methoddelete
* Removes the captions or subtitles from a video. * @param language The BCP 47 language tag to remove. * @returns A promise that resolves wh
worker/worker-configuration.d.ts:12599
Methoddelete
* Delete the downloads for a video. Available types are `default` and `audio`. * Defaults to `default` when omitted. * @param downloadType T
worker/worker-configuration.d.ts:12629
Methoddelete
* Deletes a watermark profile. * @param watermarkId The watermark profile identifier. * @returns A promise that resolves when deletion compl
worker/worker-configuration.d.ts:12684
Methoddelete
(&mut self, count: i64)
collab_mode/src/server/transcript_tests.rs:66
MethoddeleteAlarm
(options?: DurableObjectSetAlarmOptions)
worker/worker-configuration.d.ts:567
MethoddeleteAlarm
(options?: DurableObjectSetAlarmOptions)
worker/worker-configuration.d.ts:581
Methoddeliver
(state: &Arc<Mutex<FactoryState>>, recipient: &ServerId)
collab_mode/src/webchannel.rs:1384
Functiondeopt_puzzle
()
collab_mode/src/engine.rs:1856
Methoddeserialize
(de: D)
collab_mode/src/signaling.rs:147
Methoddestroy
(error?: any)
worker/worker-configuration.d.ts:3304
Methoddetails
* Get metadata for a hosted image * @returns Image metadata, or null if not found
worker/worker-configuration.d.ts:11606
Methoddetails
* Get a full videos details * @returns The full video details. * @throws {NotFoundError} if the video is not found * @throws {InternalE
worker/worker-configuration.d.ts:12268
Methoddir
* The **`console.dir()`** static method displays a list of the properties of the specified JavaScript object. * * [MDN Reference](https://de
worker/worker-configuration.d.ts:135
Methoddirxml
* The **`console.dirxml()`** static method displays an interactive tree of the descendant elements of the specified XML/HTML element. * * [M
worker/worker-configuration.d.ts:141
Methoddoctype
(doctype: Doctype)
worker/worker-configuration.d.ts:1521
Methoddrain_response
Helper: Drain any pending response without waiting.
collab_mode/src/server/tests/mod.rs:414
Methoddraw
* Draw an image on this transformer, returning a transform handle. * You can then apply more transformations, draw, or retrieve the output.
worker/worker-configuration.d.ts:11679
Methoddrop
(&mut self)
collab_mode/src/webchannel.rs:860
Methoddrop
(&mut self)
collab_mode/src/webchannel/ssh_remote.rs:29
Methoddrop
(&mut self)
collab_mode/src/webchannel/e2e_tests.rs:91
Methoddrop
(&mut self)
collab_mode/src/server/tests/mod.rs:169
Methoddump_diagnostics
( &self, error: &anyhow::Error, spoke_docs: &[MockDocument], spoke_pending_ops
collab_mode/src/server/transcript_tests.rs:464
Methoddup
()
worker/worker-configuration.d.ts:11995
Methodelement
(element: Element)
worker/worker-configuration.d.ts:1516
Functionempty_json_map
()
collab_mode/src/types.rs:391
Methodend
(end: DocumentEnd)
worker/worker-configuration.d.ts:1524
MethodenterSpan
(name: string, callback: (span: Span, ...args: A) => T, ...args: A)
worker/worker-configuration.d.ts:3482
Functionenvoy_e2e_create_write_save
()
collab_mode/src/server/tests/envoy.rs:144
Functionenvoy_e2e_ssh_localhost
()
collab_mode/src/server/tests/envoy.rs:131
Functioneof_emits_connection_broke
()
collab_mode/src/webchannel/io_remote.rs:174
Methodequals
(other: DurableObjectId)
worker/worker-configuration.d.ts:513
Functionerr_msg
(message: String)
collab_mode/src/message.rs:642
Methoderror
* The **`console.error()`** static method outputs a message to the console at the 'error' log level. * * [MDN Reference](https://developer.m
worker/worker-configuration.d.ts:147
Methodexec
(query: string, ...bindings: any[])
worker/worker-configuration.d.ts:3198
Functionexternal_change_broadcasts_to_subscribers
()
collab_mode/src/server/tests/filewatch.rs:51
Functionfalse_tie_puzzle
()
collab_mode/src/engine.rs:1955
Functionfetch
(request: Request, env: Env, _ctx: ExecutionContext)
worker/src/index.ts:348
Methodfetch
(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>)
worker/worker-configuration.d.ts:306
Methodfetch
(request: Request)
worker/src/index.ts:66
← previousnext →401–500 of 852, ranked by callers