Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Famous/famous-angular
/ firstLineFromBuffer
Function
firstLineFromBuffer
validateCommitMsg.js:81–83 ·
view source on GitHub ↗
(buffer)
Source
from the content-addressed store, hash-verified
79
80
81
var
firstLineFromBuffer =
function
(buffer) {
82
return
buffer.toString().split(
'\n'
).shift();
83
};
84
85
86
// publish for testing
Callers
1
validateCommitMsg.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected