MCPcopy Index your code
hub / github.com/webodf/ViewerJS / estimateTypeByFileExtension

Function estimateTypeByFileExtension

PluginLoader.js:120–128  ·  view source on GitHub ↗
(extension)

Source from the content-addressed store, hash-verified

118
119
120 function estimateTypeByFileExtension(extension) {
121 var matchingPluginData = doEstimateTypeByFileExtension(extension)
122
123 if (matchingPluginData) {
124 console.log('Found plugin by parameter type: ' + extension);
125 }
126
127 return matchingPluginData;
128 }
129
130
131 function estimateTypeByFileExtensionFromPath(documentUrl) {

Callers 1

PluginLoader.jsFile · 0.85

Calls 1

Tested by

no test coverage detected