Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creationix/git-browser
/ wrapCallback
Function
wrapCallback
src/old/git-webfs.js:192–196 ·
view source on GitHub ↗
(callback)
Source
from the content-addressed store, hash-verified
190
}
191
192
function
wrapCallback(callback) {
193
return
function
(err) {
194
callback(formatError(err));
195
};
196
}
197
198
function
formatError(e) {
199
var
message;
Callers
8
stat
Function · 0.85
read
Function · 0.85
write
Function · 0.85
unlink
Function · 0.85
readdir
Function · 0.85
rmdir
Function · 0.85
mkdir
Function · 0.85
rename
Function · 0.85
Calls
1
formatError
Function · 0.85
Tested by
no test coverage detected