MCPcopy Index your code
hub / github.com/idank/explainshell / createOptions

Function createOptions

explainshell/web/static/js/jquery.js:974–980  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

972
973// Convert String-formatted options into Object-formatted ones and store in cache
974function createOptions( options ) {
975 var object = optionsCache[ options ] = {};
976 jQuery.each( options.match( core_rnotwhite ) || [], function( _, flag ) {
977 object[ flag ] = true;
978 });
979 return object;
980}
981
982/*
983 * Create a callback list using the following parameters:

Callers 1

jquery.jsFile · 0.85

Calls 1

matchMethod · 0.80

Tested by

no test coverage detected