Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chipnertkj/chipbox
/ functions
Functions
394 in github.com/chipnertkj/chipbox
⨍
Functions
394
◇
Types & classes
97
Method
at_path
Shorthand constructor for [`FsError::AtPath`].
crates/chipbox-build/src/fs.rs:48
Method
await_finish
Awaits the handle to finish and returns the exit status.
crates/xtask/src/command/child.rs:29
Method
builder
()
crates/xtask/src/program/task.rs:67
Function
built_chipbox_binary
Returns a path to the `chipbox` binary for a given cargo profile.
crates/chipbox-build/src/fs.rs:161
Method
cargo_build_chipbox
Constructs a `cargo` command that builds the `chipbox` binary.
crates/xtask/src/command.rs:167
Method
cargo_cmd
The program to run for [`Self::cargo_unchecked`].
crates/xtask/src/command.rs:84
Method
cargo_generate_render_bindings
Constructs a `cargo` command that generates the `ts-rs` bindings for `chipbox-render`.
crates/xtask/src/command.rs:179
Function
cargo_output_dir
Returns a path to the output directory for a given cargo profile.
crates/chipbox-build/src/fs.rs:149
Method
cargo_unchecked
Constructs a `cargo` command, to be executed at the given directory. Does not sanitize the path.
crates/xtask/src/command.rs:157
Method
channel
(size: usize)
crates/xtask/src/tui.rs:78
Method
chipbox
Constructs a command that runs the compiled `chipbox` binary with the given arguments. Locates the binary based on the current working directory, whic
crates/xtask/src/command.rs:190
Function
chipbox_filename
The file to execute for [`Self::chipbox`].
crates/xtask/src/fs.rs:131
Function
chipbox_filename
()
crates/chipbox-build/src/fs.rs:156
Method
clear
Clears the logger.
crates/xtask/src/logger.rs:66
Method
clear_action
(self)
crates/xtask/src/program/display/pane.rs:52
Method
code
(&'a self)
crates/chipbox-js/src/hmr/payload.rs:62
Function
compile
()
crates/xtask/src/portaudio.rs:3
Function
configureServer
(server)
node/chipbox-frontend/vite.config.ts:176
Method
connect
(url: url::Url)
crates/chipbox-js/src/hmr.rs:85
Function
createElement
(tag: string)
node/chipbox-solid-render/src/renderer.ts:6
Function
createHotContext
(ownerPath: string)
node/chipbox-frontend/vite/client.ts:39
Function
createTextNode
(value: string)
node/chipbox-solid-render/src/renderer.ts:17
Function
createTypedComponent
( Comp: (props: TProps) => TReturn, props: TProps )
node/chipbox-solid-render/src/index.ts:31
Method
csi_dispatch
( &mut self, params: &vte::Params, _intermediates: &[u8], _ignore: bool,
crates/xtask/src/logger/parse/performer.rs:92
Function
debug
(msg: String)
crates/chipbox-js/src/modules/tracing.rs:13
Method
default
()
crates/chipbox/src/init.rs:63
Method
default_align
()
crates/chipbox-scene/src/element/layout/align.rs:51
Method
default_axis
()
crates/chipbox-scene/src/element/layout/flex.rs:24
Method
default_axis
()
crates/chipbox-scene/src/element/layout/array.rs:21
Method
default_axis
()
crates/chipbox-scene/src/element/layout/grid.rs:38
Method
default_opacity
()
crates/chipbox-scene/src/element/behavior/texture.rs:16
Method
default_proportion
()
crates/chipbox-scene/src/element/layout/flex/item.rs:17
Method
default_scale
()
crates/chipbox-scene/src/lib.rs:22
Method
depend_on
(mut self, condition: TaskCondition)
crates/xtask/src/program/task/builder.rs:87
Method
description
(self)
crates/chipbox-portaudio/src/error.rs:63
Method
display
(&self)
crates/xtask/src/program.rs:103
Method
display
(&self)
crates/chipbox-build/src/lockfile.rs:123
Function
dispose
(cb)
node/chipbox-frontend/vite/client.ts:59
Method
dispose
(cb: (data: Record<string, unknown>) => void)
node/chipbox-frontend/vite/client.ts:20
Method
drop
(&mut self)
crates/chipbox-portaudio/src/instance.rs:25
Function
error
(msg: String)
crates/chipbox-js/src/modules/tracing.rs:28
Method
execute
(&mut self, byte: u8)
crates/xtask/src/logger/parse/performer.rs:86
Function
find_local_deps
Find dependencies of a package that are in the local filesystem. ## Errors - Unable to find a dependency or package that matches the path. ## Panics
crates/chipbox-build/src/lockfile.rs:230
Method
finish
()
crates/xtask/src/program.rs:71
Method
fmt
Formats the command to be executed as a string.
crates/xtask/src/command.rs:235
Function
format_function
(func: &rquickjs::Function<'_>)
crates/chipbox-js/src/display.rs:77
Method
from
(cmd: Command)
crates/xtask/src/program.rs:19
Method
from
(builder: TaskBuilder)
crates/xtask/src/program/task.rs:73
Method
from
(s: S)
crates/chipbox-build/src/lockfile.rs:75
Method
from
(e: rquickjs::CaughtError<'_>)
crates/chipbox-js/src/runtime.rs:31
Method
from_env
()
crates/chipbox-build/src/build_script.rs:51
Method
from_js
( ctx: &rquickjs::Ctx<'js>, value: rquickjs::Value<'js>, )
crates/chipbox-js/src/runtime.rs:446
Method
from_js_exception
(e: &rquickjs::Exception<'_>)
crates/chipbox-js/src/exception.rs:14
Method
from_js_value
(value: &rquickjs::Value<'_>)
crates/chipbox-js/src/exception.rs:21
Method
from_raw_unchecked
(raw: portaudio::PaError)
crates/chipbox-portaudio/src/error.rs:58
Function
generateImportCode
(imp: CollectedImport)
node/chipbox-frontend/vite/module-transform.ts:360
Function
getFirstChild
(node: JSX.Element)
node/chipbox-solid-render/src/renderer.ts:62
Function
getNextSibling
(node: JSX.Element)
node/chipbox-solid-render/src/renderer.ts:67
Function
getParentNode
(node: JSX.Element)
node/chipbox-solid-render/src/renderer.ts:57
Method
handle_connected
()
crates/chipbox-js/src/hmr/payload.rs:126
Method
handle_custom
(message: CustomMessage)
crates/chipbox-js/src/hmr/payload.rs:184
Method
handle_error
(e: HmrError)
crates/chipbox-js/src/hmr/payload.rs:188
Method
handle_event
(&mut self, event: Event)
crates/xtask/src/app.rs:103
Method
handle_event
(&mut self, event: &Event)
crates/xtask/src/app/pane.rs:177
Method
handle_full_reload
( path: Option<String>, triggered_by: Option<String>, event_tx: &tokio::sync::mpsc::Un
crates/chipbox-js/src/hmr/payload.rs:166
Method
handle_message
(&mut self, message: Self::Message)
crates/xtask/src/app.rs:140
Method
handle_message
(&mut self, message: AppPaneMessage)
crates/xtask/src/app/pane.rs:210
Method
handle_ping
(ws_stream: &mut WsStream)
crates/chipbox-js/src/hmr/payload.rs:130
Method
handle_prune
( paths: Vec<String>, event_tx: &tokio::sync::mpsc::UnboundedSender<HmrEvent>, )
crates/chipbox-js/src/hmr/payload.rs:155
Method
handle_update
( updates: Vec<Update>, event_tx: &tokio::sync::mpsc::UnboundedSender<HmrEvent>, )
crates/chipbox-js/src/hmr/payload.rs:136
Method
id
(&self)
crates/chipbox-scene/src/element.rs:34
Method
id
(&self)
crates/chipbox-scene/src/element/layout.rs:130
Method
id
(&self)
crates/chipbox-scene/src/element/content.rs:24
Method
id
(&self)
crates/chipbox-scene/src/element/behavior.rs:25
Method
id
(&self)
crates/chipbox-scene/src/element/layout/align.rs:56
Method
id
(&self)
crates/chipbox-scene/src/element/layout/flex.rs:29
Method
id
(&self)
crates/chipbox-scene/src/element/layout/array.rs:26
Method
id
(&self)
crates/chipbox-scene/src/element/layout/grid.rs:43
Method
id
(&self)
crates/chipbox-scene/src/element/layout/flex/item.rs:22
Method
id
(&self)
crates/chipbox-scene/src/element/layout/sized/content_box.rs:17
Method
id
(&self)
crates/chipbox-scene/src/element/layout/sized/margin.rs:30
Method
id
(&self)
crates/chipbox-scene/src/element/layout/sized/box.rs:18
Method
id
(&self)
crates/chipbox-scene/src/element/behavior/texture.rs:21
Method
id
(&self)
crates/chipbox-scene/src/element/content/text.rs:21
Method
id
(&self)
crates/xtask/src/program/display/pane.rs:39
Function
info
(msg: String)
crates/chipbox-js/src/modules/tracing.rs:18
Function
init_globals
Initialize Vite module globals in the given context.
crates/chipbox-js/src/runtime/vite.rs:87
Function
insertNode
(parent: JSX.Element, node: JSX.Element, anchor?: JSX.Element)
node/chipbox-solid-render/src/renderer.ts:47
Method
into_program_action
(self)
crates/xtask/src/command.rs:68
Function
invalidate
()
node/chipbox-frontend/vite/client.ts:63
Method
invalidate
()
node/chipbox-frontend/vite/client.ts:22
Function
invalidate_module
Invalidate a module from the registry cache. Returns `true` if the module was in the cache and removed, `false` if it wasn't cached.
crates/chipbox-js/src/runtime/vite.rs:97
Function
isTextNode
(node: JSX.Element)
node/chipbox-solid-render/src/renderer.ts:35
Method
is_release
(self)
crates/chipbox-build/src/lib.rs:23
Function
jsxs
(type: any, props: any)
node/chipbox-solid-render/src/jsx-runtime.ts:73
Function
length_from_str
(input: &str)
crates/chipbox-scene/src/element/layout.rs:44
Function
main
()
crates/chipbox/build.rs:3
Function
main
()
crates/chipbox/src/main.rs:3
Function
main
()
crates/chipbox/examples/js_repl.rs:3
Function
main
()
crates/chipbox-audio/build.rs:3
← previous
next →
201–300 of 394, ranked by callers