MCPcopy
hub / github.com/flowjs/flow.js / getWebKitFile

Function getWebKitFile

test/webKitDataTransferSpec.js:11–22  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

9 });
10
11 var getWebKitFile = function (filename) {
12 return {
13 isFile: true,
14 isDirectory: false,
15 fullPath: '/home/user/foo/' + filename,
16 file: function (callback) {
17 callback({
18 relativePath: '/foo/' + filename
19 });
20 }
21 };
22 };
23
24 it('should return empty array', function() {
25 var event = {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…