MCPcopy Create free account

hub / github.com/chipnertkj/chipbox / functions

Functions394 in github.com/chipnertkj/chipbox

Functionmain
()
crates/chipbox-scene/build.rs:6
Functionmain
()
crates/chipbox-scene/src/main.rs:5
Functionmain
()
crates/chipbox-portaudio/build.rs:3
Functionmain
()
crates/chipbox-dsp/build.rs:3
Functionmain
()
crates/chipbox-portaudio-sys/build.rs:11
Functionmain
# Responsibilities: - Verify `crossterm` and `ratatui/crossterm` versions match.
crates/xtask/build.rs:8
Functionmain
()
crates/xtask/src/main.rs:32
Functionmain
# Responsibilities: - Verify all immediate dependency versions are consistent with transitive deps.
crates/chipbox-render/build.rs:5
Functionmain
()
crates/chipbox-js/build.rs:3
Methodmake_piped
Pipes the stdout and stderr of the command. # Errors Can only be called once on a command. If done again, returns [`CommandError::Piped`].
crates/xtask/src/command.rs:209
Methodname
(&self)
crates/xtask/src/program.rs:95
Methodname
(&self)
crates/xtask/src/program/display/pane.rs:31
Methodname
(mut self, name: impl Into<Arc<str>>)
crates/xtask/src/program/task/builder.rs:81
Methodname_ref
(&self)
crates/xtask/src/program.rs:99
Methodname_ref
(&self)
crates/xtask/src/program/display/pane.rs:35
Methodnegate
(self)
crates/xtask/src/program/task.rs:39
Methodnew
()
crates/chipbox/src/init.rs:36
Methodnew
()
crates/chipbox-portaudio/src/instance.rs:6
Methodnew
(msg: impl Into<Arc<str>>, output: ProgramOutputId)
crates/xtask/src/program.rs:41
Methodnew
(kind: LogKind, buf: impl Into<Vec<u8>>)
crates/xtask/src/logger.rs:31
Methodnew
Create a new app with a receiver.
crates/xtask/src/app.rs:49
Methodnew
(e: std::io::Error, path: impl Into<PathBuf>)
crates/xtask/src/fs.rs:19
Methodnew
Creates a new partial buffer with the given maximum length.
crates/xtask/src/logger/partial.rs:19
Methodnew
Constructs a new [`Command`] handle. [`Command`]: crate::command::Command
crates/xtask/src/command/child.rs:19
Methodnew
(program_name: impl Into<String>, program_fn: F)
crates/xtask/src/app/pane.rs:150
Methodnew
()
crates/xtask/src/program/display.rs:13
Methodnew
(name: impl Into<Arc<str>>)
crates/xtask/src/program/display/pane.rs:17
Methodnew
()
crates/xtask/src/program/task/builder.rs:30
Methodnew
(path: impl Into<Cow<'a, str>>)
crates/chipbox-build/src/lockfile.rs:83
Methodnew
(e: std::io::Error, path: impl Into<PathBuf>)
crates/chipbox-build/src/fs.rs:21
Methodnew
()
crates/chipbox-js/src/runtime.rs:108
Methodnew
(port: u16)
crates/chipbox-js/src/hmr.rs:72
Methodnew_context
( rquickjs_rt: &rquickjs::AsyncRuntime, )
crates/chipbox-js/src/runtime.rs:158
Methodnew_runtime
()
crates/chipbox-js/src/runtime.rs:143
Methodnew_unchecked
Constructs a new command that has not had its stdout and stderr piped. Does not sanitize the path.
crates/xtask/src/command.rs:95
Functionnormalize_newline
Normalizes line endings without allocating a new buffer.
crates/xtask/src/logger.rs:119
Methodnpm_pkg_def_changed
(deps: impl IntoIterator<Item = impl Into<Arc<str>>>)
crates/xtask/src/program/task.rs:47
Methodok_and
(self, value: T)
crates/chipbox-portaudio/src/error.rs:11
Functionon
(_event, _cb)
node/chipbox-frontend/vite/client.ts:66
Methodon_abort
(mut self, actions: impl IntoIterator<Item = ProgramAction>)
crates/xtask/src/program/task/builder.rs:110
Functionopen_clear_file
Opens a file for appending and clears its contents beforehand.
crates/chipbox-build/src/fs.rs:123
Methodosc_dispatch
(&mut self, params: &[&[u8]], _bell_terminated: bool)
crates/xtask/src/logger/parse/performer.rs:132
Methodoutputs
(&self)
crates/xtask/src/program/display.rs:52
Methodpane
(pane_id: pane::AppPaneId, inner: pane::AppPaneMessage)
crates/xtask/src/app.rs:33
Methodpanes
(&self)
crates/xtask/src/program/display.rs:48
Methodparse_from
Parse a layout unit from a string. ## Errors - [`EndOfInput`] if the input is empty - [`RecognizeFloat`] if the input is not a valid float. - [`Incomp
crates/chipbox-scene/src/element/layout.rs:61
Methodping
(sender: AppSender)
crates/xtask/src/app.rs:59
Methodpnpm_build_frontend
Constructs a `pnpm` command that builds the `chipbox-frontend` package.
crates/xtask/src/command.rs:143
Methodpnpm_cmd
The program to run for for [`Self::pnpm_unchecked`].
crates/xtask/src/command.rs:79
Methodpnpm_dev
Constructs a `pnpm` command that starts a Vite dev server.
crates/xtask/src/command.rs:134
Methodpnpm_install
Constructs a `pnpm` command that installs dependencies for the pnpm workspace in the current working directory.
crates/xtask/src/command.rs:125
Methodpnpm_unchecked
Constructs a `pnpm` command, to be executed at the given directory. Does not sanitize the path.
crates/xtask/src/command.rs:114
Methodprint
(&mut self, c: char)
crates/xtask/src/logger/parse/performer.rs:82
Functionprint_cwd
Prints the current working directory to a pane.
crates/xtask/src/app.rs:203
Functionprogram
()
crates/xtask/src/build.rs:10
Functionprune
(_cb)
node/chipbox-frontend/vite/client.ts:62
Methodprune
(cb: () => void)
node/chipbox-frontend/vite/client.ts:21
FunctionremoveNode
(parent: JSX.Element, node: JSX.Element)
node/chipbox-solid-render/src/renderer.ts:52
FunctionreplaceText
(textNode: JSX.Element, value: string)
node/chipbox-solid-render/src/renderer.ts:30
FunctionresolveId
(id)
node/chipbox-frontend/vite.config.ts:211
Methodrestart_on
(mut self, condition: TaskCondition)
crates/xtask/src/program/task/builder.rs:93
Methodrun
(self, receiver: mpsc::Receiver<Self::Message>)
crates/xtask/src/tui.rs:82
Methodsanitize
Shorthand constructor for [`FsError::Sanitize`].
crates/xtask/src/fs.rs:51
Methodsanitize
Shorthand constructor for [`FsError::Sanitize`].
crates/chipbox-build/src/fs.rs:53
Functionself_pkg
Find the self package in the lockfile. This is the package that this function is being called from at runtime. ## Panics - Could not get path to self
crates/chipbox-build/src/lockfile.rs:51
Functionsend
(_event, _data)
node/chipbox-frontend/vite/client.ts:67
Functionsend_finish_message
Sends the finish message to the app.
crates/xtask/src/app.rs:245
FunctionsetProperty
(node: JSX.Element, name: string, value: T, prev?: T)
node/chipbox-solid-render/src/renderer.ts:40
Functionspawn_forward_output
Spawns [`forward_output`] as a task. The returned future runs until output reaches EOF.
crates/xtask/src/app.rs:355
Methodsplit_even
(length: u16, parts: u16)
crates/xtask/src/app.rs:91
Methodstack_trace
(&self)
crates/chipbox-js/src/exception.rs:27
Methodstack_trace
(&self)
crates/chipbox-js/src/runtime/vite.rs:27
Methodtake_handle
(&mut self)
crates/xtask/src/app/pane.rs:142
Methodtake_stderr
Takes the piped stderr stream from the command.
crates/xtask/src/command/child.rs:42
Methodtake_stdout
Takes the piped stdout stream from the command.
crates/xtask/src/command/child.rs:37
Methodtarget_folder
(self)
crates/xtask/src/command.rs:50
Methodtasks
(&self)
crates/xtask/src/program.rs:107
Methodterminate
Deallocates all resources used by the library. # Safety May be called repeatedly (uses incremental reference counting). Must be matched with every cal
crates/chipbox-portaudio/src/instance.rs:18
Functiontest_multiple_lines_and_flushes
()
crates/xtask/src/logger.rs:188
Functiontest_partial_flush_on_capacity
()
crates/xtask/src/logger.rs:176
Functiontest_ring_buffer_overwrite
()
crates/xtask/src/logger.rs:207
Functiontest_write_with_newline
()
crates/xtask/src/logger.rs:163
Functiontest_write_without_newline
()
crates/xtask/src/logger.rs:152
Methodtext_height_wrapped
(text: &Text, width: usize)
crates/xtask/src/app/pane.rs:356
Methodthis_pkg
()
crates/chipbox-build/src/lockfile.rs:92
Functiontrace
(msg: String)
crates/chipbox-js/src/modules/tracing.rs:8
Methodtry_recv
Try to receive an HMR event without blocking.
crates/chipbox-js/src/hmr.rs:35
Methodupdate
(&mut self)
crates/xtask/src/app.rs:154
Methodview
(&mut self, frame: &mut Frame)
crates/xtask/src/app.rs:174
Functionwarn
(msg: String)
crates/chipbox-js/src/modules/tracing.rs:23
Methodwith_capacity
Initializes performer state. `lines` is the expected number of lines to allocate.
crates/xtask/src/logger/parse/performer.rs:25
Methodwith_capacity
(panes: usize, outputs: usize)
crates/xtask/src/program/display.rs:17
Methodwith_hmr_recv
(mut self, hmr_rx: HmrRecv)
crates/chipbox-js/src/runtime.rs:132
Methodws_url
(port: u16)
crates/chipbox-js/src/hmr.rs:68
← previous301–394 of 394, ranked by callers