File: pitching-loader.js

package info (click to toggle)
node-loader-runner 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 288 kB
  • sloc: javascript: 1,220; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
exports.pitch = function(remainingRequest, previousRequest, data) {
	return [
		remainingRequest,
		previousRequest
	].join(":");
};