Esempio n. 1
0
        private MemoryStream GetZipForChecker(string code)
        {
            var codeFile = GetCodeFile(code);

            return(ExerciseCheckerZipsCache.GetZip(this, codeFile.Path, codeFile.Data));
        }
Esempio n. 2
0
        private byte[] GetZipBytesForChecker(string code)
        {
            var codeFile = GetCodeFile(code);

            return(ExerciseCheckerZipsCache.GetZip(this, codeFile.Path, codeFile.Data));
        }