MCPcopy Index your code
hub / github.com/endbasic/endbasic / is_empty

Method is_empty

core/src/callable.rs:365–367  ·  view source on GitHub ↗

Returns true if this syntax represents "no arguments".

(&self)

Source from the content-addressed store, hash-verified

363
364 /// Returns true if this syntax represents "no arguments".
365 pub(crate) fn is_empty(&self) -> bool {
366 self.singular.is_empty() && self.repeated.is_none()
367 }
368
369 /// Produces a user-friendly description of this callable syntax.
370 pub(crate) fn describe(&self) -> String {

Callers 15

do_loginMethod · 0.45
parse_aclMethod · 0.45
show_aclsMethod · 0.45
async_execMethod · 0.45
read_boolMethod · 0.45
newMethod · 0.45
createMethod · 0.45
apply1Method · 0.45
parse_builtin_callMethod · 0.45
parse_dimMethod · 0.45
parse_case_guardsMethod · 0.45
parse_selectMethod · 0.45

Calls

no outgoing calls

Tested by 6

test_buildMethod · 0.36
add_testFunction · 0.36
read_sourcesFunction · 0.36
diffFunction · 0.36
regenerateFunction · 0.36
run_one_testFunction · 0.36