MCPcopy Create free account
hub / github.com/sql-js/sql.js / createInputPseudo

Function createInputPseudo

documentation/javascript/application.js:4834–4839  ·  view source on GitHub ↗
( type )

Source from the content-addressed store, hash-verified

4832
4833// Returns a function to use in pseudos for input types
4834function createInputPseudo( type ) {
4835 return function( elem ) {
4836 var name = elem.nodeName.toLowerCase();
4837 return name === "input" && elem.type === type;
4838 };
4839}
4840
4841// Returns a function to use in pseudos for buttons
4842function createButtonPseudo( type ) {

Callers 1

application.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…