MCPcopy
hub / github.com/nirui/sshwifty / value

Method value

ui/stream/header.js:83–85  ·  view source on GitHub ↗

* Return the header value * * @returns {number} Header byte data *

()

Source from the content-addressed store, hash-verified

81 *
82 */
83 value() {
84 return this.headerByte;
85 }
86}
87
88export const STREAM_HEADER_BYTE_LENGTH = 2;

Callers 8

handleCloseMethod · 0.95
sendMethod · 0.95
signalMethod · 0.95
sendMethod · 0.95
pauseMethod · 0.45
resumeMethod · 0.45
sendEchoMethod · 0.45
header_test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected