Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/twitter/typeahead.js
/ buildTestNode
Function
buildTestNode
test/typeahead/highlight_spec.js:111–116 ·
view source on GitHub ↗
(content)
Source
from the content-addressed store, hash-verified
109
});
110
111
function
buildTestNode(content) {
112
var
node = document.createElement(
'div'
);
113
node.innerHTML = content;
114
115
return
node;
116
}
117
});
Callers
1
highlight_spec.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected