Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jquery/jquery
/ callback
Function
callback
test/unit/ajax.js:648–652 ·
view source on GitHub ↗
( msg )
Source
from the content-addressed store, hash-verified
646
}
647
648
function
callback( msg ) {
649
return
function
() {
650
assert.equal( this, context,
"context is preserved on callback "
+ msg );
651
};
652
}
653
654
return
{
655
setup:
function
() {
Callers
9
ajax.js
File · 0.70
jquery-3.7.1.js
File · 0.50
jQueryFactory
Function · 0.50
jQueryFactoryWrapper
Function · 0.50
jQueryFactory
Function · 0.50
jQueryFactoryWrapper
Function · 0.50
core.js
File · 0.50
script.js
File · 0.50
xhr.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected