Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Update README.rdoc
Commit Description:
Update README.rdoc
// Generated by CoffeeScript 1.7.1
( function () {
var Reserved , utils ;
utils = require ( './utils' );
Reserved = ( function () {
function Reserved ( type , count ) {
this . type = type ;
this . count = count != null ? count : 1 ;
}
Reserved . prototype . decode = function ( stream , parent ) {
stream . pos += this . size ( null , parent );
return void 0 ;
};
Reserved . prototype . size = function ( data , parent ) {
var count ;
count = utils . resolveLength ( this . count , null , parent );
return this . type . size () * count ;
};
Reserved . prototype . encode = function ( stream , val , parent ) {
return stream . fill ( 0 , this . size ( val , parent ));
};
return Reserved ;
})();
module . exports = Reserved ;
}). call ( this );
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings