Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/11ty/webc
/ setInputPath
Method
setInputPath
webc.js:35–39 ·
view source on GitHub ↗
(file)
Source
from the content-addressed store, hash-verified
33
}
34
35
setInputPath(file) {
36
file = Path.normalizePath(file);
37
this.filePath = file;
38
this.astOptions.filePath = file;
39
}
40
41
setContent(input, filePath) {
42
this.rawInput = input;
Callers
15
constructor
Method · 0.95
testGetResultFor
Function · 0.95
testGetResultFor
Function · 0.95
testGetResultFor
Function · 0.95
issue-91-test.js
File · 0.80
issue-154-test.js
File · 0.80
streamTest.js
File · 0.80
issue-115-test.js
File · 0.80
looping-test.js
File · 0.80
contentPropsTest.js
File · 0.80
issue-98-test.js
File · 0.80
props-versus-text-test.js
File · 0.80
Calls
1
normalizePath
Method · 0.80
Tested by
no test coverage detected