LocalCubeFsProbe class final
Real-filesystem CubeFsProbe: FileSystemEntity.typeSync (nofollow)
spots link nodes, Link.targetSync reads them. A link node whose target
cannot be read (link swapped mid-flight, unreadable reparse point)
reports (isLink: true, target: null) — fail-closed deny. Errors that
dart:io maps to notFound (missing path, unreadable parent) read as
"not a link" and fall to the lexical floor: the same-uid opener is
equally blind there, so no privilege is leaked. Never throws.
- Implemented types
Constructors
- LocalCubeFsProbe()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
linkTarget(
String path) → CubeLinkTarget -
Probes
pathfor an indirection. See CubeLinkTarget for the shapes.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited