fuchsia.io/Name
TYPE
fuchsia.io
sdk/fidl/fuchsia.io/io.fidl:22
The type for the name of a node, i.e. a single path component.
E.g. `foo`
## Invariants
A valid node name must meet the following criteria:
* It cannot be longer than [`MAX_NAME_LENGTH`].
* It cannot be empty.
* It cannot be ".." (dot-dot).
* It cannot be "." (single dot).
* It cannot contain "/".
* It cannot contain embedded NUL.
Documentation (1)
-
SUBSTANTIVE
sdk/fidl/fuchsia.io/io.fidl:22↗
Tests (0)
No test references.
Examples (0)
No example references.
Gaps
Missing categories:
- examples
- tests
Findings (1)
-
WARNING
MISSING_IN_CATEGORYno references in category "tests.unit_tests"