MCPcopy Create free account
hub / github.com/tailwindlabs/tailwindcss / path

Method path

crates/ignore/src/lib.rs:556–558  ·  view source on GitHub ↗

Return the underlying path to this temporary directory.

(&self)

Source from the content-addressed store, hash-verified

554
555 /// Return the underlying path to this temporary directory.
556 pub fn path(&self) -> &Path {
557 &self.0
558 }
559 }
560}

Callers 15

exitFunction · 0.45
contextFunction · 0.45
parentFunction · 0.45
pathFunction · 0.45
findNodeFunction · 0.45
createVariantsFunction · 0.45
walk.test.tsFile · 0.45
enterFunction · 0.45
exitFunction · 0.45
substituteAtApplyFunction · 0.45
scan_contentMethod · 0.45
create_walkerFunction · 0.45

Calls

no outgoing calls